Get Namespace Resource Options
Released in v7.0.0.0 DescriptionGet the information about the objects used to set and update resource quota keys for version of Kubernetes running on {#link cluster}.
Request
URLURL
Parameters
Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Information about the structures representing the resource spec.
{
"create_resource_quota_type": "string",
"update_resource_quota_type": "string"
}
Identifier of the structure used to set resource quotas on the namespace. See com.vmware.vcenter.namespaces.Instances#create and com.vmware.vcenter.namespaces.Instances#set. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.
Identifier of the structure used to update resource quotas on the namespace. See com.vmware.vcenter.namespaces.Instances#update. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure.