v1

latestSwagger 2.02026-07-17302189.0 KB
cluster

Update updates the cluster metadata by name.

This endpoint updates the display name and description of an existing cluster resource.

put/rest-api/v1/cluster/{clusterName}

Path parameters

clusterNamestring required

The name of the cluster

Request body

descriptionstring

ClusterDescription is the description of cluster to be created

displayNamestring

ClusterDisplayName is the display name of cluster to be created

kubeConfigstring

ClusterKubeConfig is the kubeconfig of cluster to be created

Response

Unstructured object

objectobject

Object is a JSON compatible map with string, float, int, bool, []interface{}, or map[string]interface{} children.