Automated openapi generation from release-1.27

Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
Kubernetes Prow Robot
2023-06-05 02:09:22 +00:00
parent c5f7cf6f3e
commit f0ac80fb61
435 changed files with 31548 additions and 11874 deletions

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
**mount_options** | **list_t \*** | mountOptions is the list of mount options, e.g. [\&quot;ro\&quot;, \&quot;soft\&quot;]. 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]