NamespacesInstancesStorageSpec
The Instances.StorageSpec structure contains the specification required to configure storage associated with a namespace. Information in this structure will result in storage quotas on the Kubernetes namespace.
Properties
integer as int64
limit
Optional
The maximum amount of storage (in mebibytes) which can be utilized by the namespace for this specification. If unset, no limits are placed.
string
policy
Required
ID of the storage policy. A Kubernetes storage class is created for this storage policy if it does not exist already. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: SpsStorageProfile.
JSON Example
{
"policy": "string"
}