OBJECT

KubernetesStorageClass

Description

Kubernetes storage class.

link GraphQL Schema definition

  • type KubernetesStorageClass {
  • # UUID of the CDM cluster.
  • clusterUuid: UUID!
  • # FID of the storage class.
  • fid: String!
  • # Object ID of the storage class on the CDM cluster.
  • id: String!
  • # UUID of the Kubernetes cluster.
  • k8sClusterUuid: UUID!
  • # Provisioner of the storage class.
  • provisioner: String
  • # Name of the storage class.
  • storageClassName: String
  • # YAML definition of the storage class.
  • yaml: String
  • }