Files
website/docs/api-reference/v1.5/documents/_generated_persistentvolumeclaimspec_v1_concept.md
T
2017-01-13 09:56:34 -08:00

1.1 KiB


PersistentVolumeClaimSpec v1

Group Version Kind
Core v1 PersistentVolumeClaimSpec

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

Field Description
accessModes
string array
AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1
resources
ResourceRequirements
Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources
selector
LabelSelector
A label query over volumes to consider for binding.
volumeName
string
VolumeName is the binding reference to the PersistentVolume backing this claim.