Namespace Management Clusters APIs
The Clusters service provides operations to enable and disable vSphere Namespaces on a vSphere cluster.
Operations
get
List Clusters
Returns information about all clusters on which vSphere Namespaces are enabled on this vCenter.
Returns information about all clusters on which vSphere Namespaces are enabled on this vCenter.
put
Set Clusters
Set a new configuration on the cluster object. The specified configuration is applied in entirety and will replace the current configuration fully.
Set a new configuration on the cluster object. The specified configuration is applied in entirety and will replace the current configuration fully.
patch
Update Clusters
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.
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
post
Disable Clusters
Disable vSphere Namespaces on the cluster. This operation tears down the Kubernetes instance and the worker nodes associated with vSphere Namespaces enabled 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 Clusters
Enable vSphere Namespaces on the cluster. This operation sets up Kubernetes instance for the cluster along with worker nodes.
Enable vSphere Namespaces on the cluster. This operation sets up Kubernetes instance for the cluster along with worker nodes.
post
Rotate Password Clusters
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.
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.