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-1
  • resources - Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources See Kazan.Models.V1.ResourceRequirements.
  • selector - A label query over volumes to consider for binding. See Kazan.Models.Unversioned.LabelSelector.
  • volume_name - VolumeName is the binding reference to the PersistentVolume backing this claim.