Automated openapi generation from release-1.24

Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
This commit is contained in:
Kubernetes Prow Robot
2022-06-05 18:16:17 +00:00
parent 70fef173db
commit cf0538fd4d
307 changed files with 10371 additions and 15020 deletions

View File

@@ -5,13 +5,13 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**controller_expand_secret_ref** | [**v1_secret_reference_t**](v1_secret_reference.md) \* | | [optional]
**controller_publish_secret_ref** | [**v1_secret_reference_t**](v1_secret_reference.md) \* | | [optional]
**driver** | **char \*** | Driver is the name of the driver to use for this volume. Required. |
**fs_type** | **char \*** | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \&quot;ext4\&quot;, \&quot;xfs\&quot;, \&quot;ntfs\&quot;. | [optional]
**driver** | **char \*** | driver is the name of the driver to use for this volume. Required. |
**fs_type** | **char \*** | fsType to mount. Must be a filesystem type supported by the host operating system. Ex. \&quot;ext4\&quot;, \&quot;xfs\&quot;, \&quot;ntfs\&quot;. | [optional]
**node_publish_secret_ref** | [**v1_secret_reference_t**](v1_secret_reference.md) \* | | [optional]
**node_stage_secret_ref** | [**v1_secret_reference_t**](v1_secret_reference.md) \* | | [optional]
**read_only** | **int** | Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). | [optional]
**volume_attributes** | **list_t*** | Attributes of the volume to publish. | [optional]
**volume_handle** | **char \*** | VolumeHandle is the unique volume name returned by the CSI volume plugins CreateVolume to refer to the volume on all subsequent calls. Required. |
**read_only** | **int** | readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). | [optional]
**volume_attributes** | **list_t*** | volumeAttributes of the volume to publish. | [optional]
**volume_handle** | **char \*** | volumeHandle is the unique volume name returned by the CSI volume plugins CreateVolume to refer to the volume on all subsequent calls. Required. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)