KubernetesRoleStorageClassInfo interface

Kubernetes storage class info.

Properties

name

Storage class name. NOTE: This property will not be serialized. It can only be populated by the server.

posixCompliant

If provisioned storage is posix compliant. NOTE: This property will not be serialized. It can only be populated by the server.

type

Storage class type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

Storage class name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

posixCompliant

If provisioned storage is posix compliant. NOTE: This property will not be serialized. It can only be populated by the server.

posixCompliant?: string

Property Value

string

type

Storage class type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string