1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# V1PersistentVolumeClaimSpec
PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_modes** | **list[str]** | 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** | [**V1TypedLocalObjectReference**](V1TypedLocalObjectReference.md) | | [optional]
**resources** | [**V1ResourceRequirements**](V1ResourceRequirements.md) | | [optional]
**selector** | [**V1LabelSelector**](V1LabelSelector.md) | | [optional]
**storage_class_name** | **str** | Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 | [optional]
**volume_mode** | **str** | volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature. | [optional]
**volume_name** | **str** | VolumeName is the binding reference to the PersistentVolume backing this claim. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|