Kazan v0.3.0 Kazan.Models.V1.PersistentVolumeSpec

PersistentVolumeSpec is the specification of a persistent volume.

Properties

  • access_modes :: [ String ]

    • AccessModes contains all ways the volume can be mounted. More info.
  • capacity :: Map

    • A description of the persistent volume’s resources and capacity. More info.
  • claim_ref :: Kazan.Models.V1.ObjectReference

    • ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info.
  • persistent_volume_reclaim_policy :: String

    • What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info.