KubeCluster
List KubeClusters
List multiple KubeClusters
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.
GET
Query Parameters
Continuation token value (used when retrieving the next page of results).
Number of records to show per page of results.
Required range:
0 <= x <= 100
Record filter.
Response
200
application/json
OK
The response is of type object
.
Previous
Create KubeClusterCreate a new 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