Kazan v0.1.0 Kazan.Models.V1.PersistentVolumeClaimSpec
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
Properties
access_modes
- AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1resources
- Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources SeeKazan.Models.V1.ResourceRequirements
.selector
- A label query over volumes to consider for binding. SeeKazan.Models.Unversioned.LabelSelector
.volume_name
- VolumeName is the binding reference to the PersistentVolume backing this claim.