Cluster objects
Get a list of cluster objects associated to a pipeline.
Get a list of all the cluster objects that are associated to a pipeline.
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/cluster_objects
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response
OK
Headers
Body
id*string (uuid)
name*string (kubernetes label)
kind*ClusterObjectKind (enum)
Kind of the kubernetes object
namespace
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Remove the relation between the cluster objects and the given pipeline.
Remove the relation between the cluster objects and the pipeline (only for daemonSet kind).
DELETEhttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/cluster_objects
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response
Deleted
Request
Update the cluster objects related to a pipeline (only for daemonSet kind).
Updates a pipeline to be related to a set of given cluster objects this is only supported for pipelines of kind daemonSet.
PATCHhttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/cluster_objects
Authorization
Path parameters
pipelineID*string (uuid)
Body
clusterObjectsIDsarray of string
Response
No Content
Request