OBJECT

KubernetesKindStatefulSetSpecVolumeClaimTemplatesStatusConditions

PersistentVolumeClaimCondition contails details about state of pvc

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecVolumeClaimTemplatesStatusConditions {
  • # Last time we probed the condition.
  • lastProbeTime: DateTime
  • # Last time the condition transitioned from one status to another.
  • lastTransitionTime: DateTime
  • # Human-readable message indicating details about last transition.
  • message: String
  • # Unique, this should be a short, machine understandable string that gives the
  • # reason for condition's last transition. If it reports "ResizeStarted" that means
  • # the underlying persistent volume is being resized.
  • reason: String
  • status: String
  • # PersistentVolumeClaimConditionType is a valid value of
  • # PersistentVolumeClaimCondition.Type
  • type: String
  • }