NamespaceStorageClassMetric
NamespaceStorageClassMetric
Namespace storage class metric object.
JSON Example
{
"id": "string",
"name": "string",
"namespaceStorageClass": {
"storageClass": {
"name": "string",
"id": "string"
},
"storageLimitMiB": 0,
"realizedStorageLimitMiB": 0
},
"storageUsedMiB": 0
}
string
id
Optional
The identifier of the namespace in URN format.
string
name
Optional
Constraints:
maxLength: 63
The name of the namespace. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
integer As int64
As int64
storageUsedMiB
Optional
Constraints:
minimum: 0
Storage class usage in MiB.