1.4 KiB
1.4 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_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_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] |