OBJECT

KubernetesKindPersistentVolumeClaimStatus

Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

link GraphQL Schema definition

  • type KubernetesKindPersistentVolumeClaimStatus {
  • accessModes: [String]
  • # Represents the actual resources of the underlying volume.
  • capacity: [Tag!]
  • # PersistentVolumeClaimCondition contails details about state of pvc
  • conditions: [KubernetesKindPersistentVolumeClaimStatusConditions]
  • # Phase represents the current phase of PersistentVolumeClaim.
  • phase: String
  • }