v1

latestSwagger 2.02026-07-17302189.0 KB
cluster

Create creates a cluster resource.

This endpoint creates a new cluster resource using the payload.

post/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.