Namespace Management Clusters APIs
The Clusters service provides operations to enable and disable vSphere Namespaces on a vSphere cluster.
Operations
POST
Disable Cluster
Disable vSphere Namespaces on the cluster. This operation tears down the Kubernetes instance and the worker nodes associated with vSphere Namespaces enabled cluster.
POST
Enable Cluster
Enable vSphere Namespaces on the cluster. This operation sets up Kubernetes instance for the cluster along with worker nodes.
GET
Get Cluster Namespace Management
Returns information about a specific cluster.
PUT
Set Cluster Namespace Management
Set a new configuration on the cluster object. The specified configuration is applied in entirety and will replace the current configuration fully.
PATCH
Update Cluster Namespace Management
Update configuration on the cluster object. The specified configuration is applied partially and unset fields in spec will leave those parts of configuration as-is.
GET
List Namespace Management Clusters
Returns information about all clusters on which vSphere Namespaces are enabled on this vCenter.
POST
Rotate Password Cluster
Request a new root password for all control plane nodes in the cluster. This operation generates a new root password and configures every control plane node in the cluster to accept it for authentication.