Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
**mount_options** | **list_t \*** | mountOptions is the list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options | [optional]
|
||||
**nfs** | [**v1_nfs_volume_source_t**](v1_nfs_volume_source.md) \* | | [optional]
|
||||
**node_affinity** | [**v1_volume_node_affinity_t**](v1_volume_node_affinity.md) \* | | [optional]
|
||||
**persistent_volume_reclaim_policy** | **char \*** | persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming | [optional]
|
||||
**persistent_volume_reclaim_policy** | **char \*** | persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming | [optional]
|
||||
**photon_persistent_disk** | [**v1_photon_persistent_disk_volume_source_t**](v1_photon_persistent_disk_volume_source.md) \* | | [optional]
|
||||
**portworx_volume** | [**v1_portworx_volume_source_t**](v1_portworx_volume_source.md) \* | | [optional]
|
||||
**quobyte** | [**v1_quobyte_volume_source_t**](v1_quobyte_volume_source.md) \* | | [optional]
|
||||
|
||||
Reference in New Issue
Block a user