KubernetesRoleStorageClassInfo interface
Kubernetes storage class info.
Properties
| name | Storage class name. |
| posix |
If provisioned storage is posix compliant. |
| type | Storage class type. |
Property Details
name
Storage class name.
name?: string
Property Value
string
posixCompliant
If provisioned storage is posix compliant.
posixCompliant?: string
Property Value
string
type
Storage class type.
type?: string
Property Value
string