Files
c/kubernetes/docs/v1_persistent_volume_claim_spec.md
Kubernetes Prow Robot 6d68c83d69 Automated openapi generation from release-1.29
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-01-23 12:51:46 +00:00

2.5 KiB

v1_persistent_volume_claim_spec_t

Properties

Name Type Description Notes
access_modes list_t * accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 [optional]
data_source v1_typed_local_object_reference_t * [optional]
data_source_ref v1_typed_object_reference_t * [optional]
resources v1_volume_resource_requirements_t * [optional]
selector v1_label_selector_t * [optional]
storage_class_name char * storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 [optional]
volume_attributes_class_name char * volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled. [optional]
volume_mode char * volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. [optional]
volume_name char * volumeName is the binding reference to the PersistentVolume backing this claim. [optional]

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