Kazan v0.6.0 Kazan.Apis.Core.V1.PersistentVolumeClaimSpec View Source
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
OpenAPI Definition: io.k8s.api.core.v1.PersistentVolumeClaimSpec
Properties
access_modes
:: [String
]- AccessModes contains the desired access modes the volume should have. More info.
resources
::Kazan.Apis.Core.V1.ResourceRequirements
- Resources represents the minimum resources the volume should have. More info.
selector
::Kazan.Models.Apimachinery.Meta.V1.LabelSelector
- A label query over volumes to consider for binding.
storage_class_name
::String
- Name of the StorageClass required by the claim. More info.
volume_name
::String
- VolumeName is the binding reference to the PersistentVolume backing this claim.