OBJECT
KubernetesStorageClass
Description
Kubernetes storage class.
link GraphQL Schema definition
- type KubernetesStorageClass {
- # UUID of the CDM cluster.
- : UUID!
- # FID of the storage class.
- : String!
- # Object ID of the storage class on the CDM cluster.
- : String!
- # UUID of the Kubernetes cluster.
- : UUID!
- # Provisioner of the storage class.
- : String
- # Name of the storage class.
- : String
- # YAML definition of the storage class.
- : String
- }