Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.48 KB

V1PersistentVolumeClaimSpec.md

File metadata and controls

15 lines (11 loc) · 1.48 KB

V1PersistentVolumeClaimSpec

Properties

Name Type Description Notes
AccessModes []string AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 [optional] [default to null]
Resources *V1ResourceRequirements Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources [optional] [default to null]
Selector *V1LabelSelector A label query over volumes to consider for binding. [optional] [default to null]
StorageClassName string Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 [optional] [default to null]
VolumeMode string volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is an alpha feature and may change in the future. [optional] [default to null]
VolumeName string VolumeName is the binding reference to the PersistentVolume backing this claim. [optional] [default to null]

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