Kazan v0.9.0 Kazan.Apis.Core.V1.PersistentVolumeClaimStatus View Source

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

OpenAPI Definition: io.k8s.api.core.v1.PersistentVolumeClaimStatus

Properties

  • access_modes :: [ String ]

    • AccessModes contains the actual access modes the volume backing the PVC has. More info.
  • capacity :: Map

    • Represents the actual resources of the underlying volume.
  • conditions :: [ Kazan.Apis.Core.V1.PersistentVolumeClaimCondition ]

    • Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to ‘ResizeStarted’.
  • phase :: String

    • Phase represents the current phase of PersistentVolumeClaim.