Clusters
Cedana API for clusters
Returns all clusters associated with the authenticated user's organization
Returns a list of clusters
Failed to fetch clusters from database
Creates or updates info regarding a Kubernetes cluster
CreateClusterRequest is the request body for creating a cluster
Returns the cluster id for the newly created or updated cluster
Bad request or missing cluster name
Failed to create cluster in database
Syncs cluster resources such as pods, jobs, and nodes
Resource id registered internally
Bad request
Cluster or node not found
Failed to sync resource to database
Takes a cluster name and workload specification, then creates a Kubernetes job on the specified cluster
Added workload to queue
Error parsing body
Server error
This endpoint deletes a cluster and all its dependent entities in a single transaction which is rolled back if any part of the deletion fails
Delete the given cluster, and return Status OK
No content
Cluster not found
Failed to delete cluster from database
No content
Last updated
Was this helpful?