Vcenter Namespaces Instances StorageSpec
The Vcenter Namespaces Instances StorageSpec schema contains the specification required to configure storage associated with a namespace. Information in this schema will result in storage quotas on the Kubernetes namespace.
This schema was added in vSphere API 7.0.0.0.
{
"policy": "string",
"limit": 0
}
ID of the storage policy. A Kubernetes storage class is created for this storage policy if it does not exist already.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile
.
The maximum amount of storage (in mebibytes) which can be utilized by the namespace for this specification.
This property was added in vSphere API 7.0.0.0.
If missing or null
, no limits are placed.