Kazan v0.4.0 Kazan.Models.Api.V1.PersistentVolumeClaimSpec View Source
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.PersistentVolumeClaimSpec
Properties
access_modes
:: [String
]- AccessModes contains the desired access modes the volume should have. More info.
resources
::Kazan.Models.Api.V1.ResourceRequirements
- Resources represents the minimum resources the volume should have. More info.
selector
::Kazan.Models.ApiMachinery.Apis.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.