v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Kubernetes

Add Container Registry to Kubernetes Clusters

To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry.

post/v2/kubernetes/registry

Request body

cluster_uuidsstring[]

An array containing the UUIDs of Kubernetes clusters.

Example request

{
  "cluster_uuids": [
    "bd5f5959-5e1e-4205-a714-a914373942af",
    "50c2f44c-011d-493e-aee5-361a4a0d1844"
  ]
}

Response

The action was successful and the response body is empty.