The clusterlint property
The credentials property
The destroy_with_associated_resources property
The kubeconfig property
The node_pools property
The status_messages property
The upgrade property
The upgrades property
The user property
To delete a Kubernetes cluster and all services deployed to it, send a DELETErequest to /v2/kubernetes/clusters/$K8S_CLUSTER_ID.A 204 status code with no body will be returned in response to a successfulrequest.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing Kubernetes cluster, send a GET requestto /v2/kubernetes/clusters/$K8S_CLUSTER_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a Kubernetes cluster, send a PUT request to/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of theattributes below.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a Kubernetes cluster and all services deployed to it, send a DELETErequest to /v2/kubernetes/clusters/$K8S_CLUSTER_ID.A 204 status code with no body will be returned in response to a successfulrequest.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing Kubernetes cluster, send a GET requestto /v2/kubernetes/clusters/$K8S_CLUSTER_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update a Kubernetes cluster, send a PUT request to/v2/kubernetes/clusters/$K8S_CLUSTER_ID and specify one or more of theattributes below.
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/{cluster_id}