Kazan v0.4.0 Kazan.Models.Api.V1.PersistentVolumeClaimStatus View Source

PersistentVolumeClaimStatus is the current status of a persistent volume claim.

OpenAPI Definition: io.k8s.kubernetes.pkg.api.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.
  • phase :: String

    • Phase represents the current phase of PersistentVolumeClaim.