python/docs/V1PersistentVolumeSpec.md
2016-11-02 13:38:36 -07:00

1.4 KiB

V1PersistentVolumeSpec

Properties

Name Type Description Notes
access_modes list[str] AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes [optional]
capacity dict(str, ResourceQuantity) A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity [optional]
claim_ref V1ObjectReference 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: http://kubernetes.io/docs/user-guide/persistent-volumes#binding [optional]
persistent_volume_reclaim_policy str 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: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy [optional]

[Back to Model list] [Back to API list] [Back to README]