## 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](#resourcerequirements-v1)* | Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources
selector
*[LabelSelector](#labelselector-unversioned)* | A label query over volumes to consider for binding.
volumeName
*string* | VolumeName is the binding reference to the PersistentVolume backing this claim.