Namespaces Instances APIs
The Instances service provides operations to create and delete a namespace object. In this version, an Instance is an abstraction around a Kubernetes namespace.
Operations
get
List Instances
Returns the information about all namespaces in this vCenter Server. The information is tied to a single vSphere cluster.
Returns the information about all namespaces in this vCenter Server. The information is tied to a single vSphere cluster.
post
get
put
Set Instances
Set a new configuration on the namespace object. The specified configuration is applied in entirety and will replace the current configuration fully.
Set a new configuration on the namespace object. The specified configuration is applied in entirety and will replace the current configuration fully.
patch
Update Instances
Update the namespace object. The specified configuration is applied partially and unset fields in spec will leave those parts of configuration as-is.
Update the namespace object. The specified configuration is applied partially and unset fields in spec will leave those parts of configuration as-is.
delete
get
List V2 Instances
Returns the information about all namespaces in this vCenter Server. The information is tied to a Supervisor.
Returns the information about all namespaces in this vCenter Server. The information is tied to a Supervisor.
post
get