| Name | Type | Description | Notes |
|---|---|---|---|
| accessModes | List<String> | AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 | [optional] |
| resources | V1ResourceRequirements | Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources | [optional] |
| selector | V1LabelSelector | A label query over volumes to consider for binding. | [optional] |
| storageClassName | String | Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 | [optional] |
| volumeName | String | VolumeName is the binding reference to the PersistentVolume backing this claim. | [optional] |