Gets an item from the ApiSdk.v2.kubernetes.clusters.item collection
A unique ID that can be used to reference a Kubernetes cluster.
To list all of the Kubernetes clusters on your account, send a GET requestto /v2/kubernetes/clusters.
OptionalrequestConfiguration: RequestConfiguration<ClustersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new Kubernetes cluster, send a POST request to/v2/kubernetes/clusters. The request must contain at least one node poolwith at least one worker.The request may contain a maintenance window policy describing a time periodwhen disruptive maintenance tasks may be carried out. Omitting the policyimplies that a window will be chosen automatically. Seeherefor details.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the Kubernetes clusters on your account, send a GET requestto /v2/kubernetes/clusters.
OptionalrequestConfiguration: RequestConfiguration<ClustersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new Kubernetes cluster, send a POST request to/v2/kubernetes/clusters. The request must contain at least one node poolwith at least one worker.The request may contain a maintenance window policy describing a time periodwhen disruptive maintenance tasks may be carried out. Omitting the policyimplies that a window will be chosen automatically. Seeherefor details.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/kubernetes/clusters