python/kubernetes/docs/V1PersistentVolumeClaimSpec.md
2016-11-22 17:23:41 -08:00

1003 B

V1PersistentVolumeClaimSpec

Properties

Name Type Description Notes
access_modes list[str] AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1 [optional]
resources V1ResourceRequirements Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources [optional]
selector UnversionedLabelSelector A label query over volumes to consider for binding. [optional]
volume_name str VolumeName is the binding reference to the PersistentVolume backing this claim. [optional]

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