NamespaceManagementSupervisorServicesCustomCreateSpec
The SupervisorServices.CustomCreateSpec structure provides a specification required to create a Supervisor Service with a version from a plain Kubernetes YAML format.
Properties
A human readable description of the Supervisor Service. If unset, the Supervisor Service description will be empty.
A human readable name of the Supervisor Service.
The identifier of the Supervisor Service. This has DNS_LABEL restrictions as specified in . This must be an alphanumeric (a-z and 0-9) string and with maximum length of 63 characters and with the ‘-’ character allowed anywhere except the first or last character. This identifier must be unique across all Namespaces in this vCenter server. Additionally, the ID ‘namespaces’ is reserved and must not be used. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.
Supervisor service version specification that provides the service definition for one Supervisor Service version.
JSON Example
{
"display_name": "string",
"supervisor_service": "string",
"version_spec": {
"content": "string",
"display_name": "string",
"version": "string"
}
}