KubeCluster
Update KubeCluster
Update an existing KubeCluster
A KubeCluster describes a single Kubernetes cluster provisioned by a KubePlatform.
A KubeCluster is uniquely identified by slugified name that is unique within the set of KubeCluster name for an Account, e.g. cluster1 or k8scl_552fb09a-5a6a-4530-86d3-bcc0a770024d.
KubeClusters always have an Environment tag that is defined by the customer and allows the customer to categorize their KubeClusters.
The Version field of a KubeCluster indicates the current Kubernetes control plane version.
PUT
Response
200
application/json
OK
The response is of type object
.
Previous
Delete KubeClusterDelete a KubeCluster
A <em>KubeCluster</em> describes a single Kubernetes cluster provisioned by a
KubePlatform.
A KubeCluster is uniquely identified by slugified name that is unique within
the set of KubeCluster name for an Account, e.g. <b>cluster1</b> or
<b>k8scl_552fb09a-5a6a-4530-86d3-bcc0a770024d</b>.
KubeClusters always have an <b>Environment</b> tag that is defined by the
customer and allows the customer to categorize their KubeClusters.
The <b>Version</b> field of a KubeCluster indicates the <em>current</em>
Kubernetes control plane version.
Next