This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1CSIPersistentVolumeSource.md
Tom Neuber 9129813244
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
fix(kubernetes): temporary solution for updated k8s python client
2025-01-05 00:33:58 +01:00

20 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# V1CSIPersistentVolumeSource
Represents storage that is managed by an external CSI volume driver
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**controller_expand_secret_ref** | [**V1SecretReference**](V1SecretReference.md) | | [optional]
**controller_publish_secret_ref** | [**V1SecretReference**](V1SecretReference.md) | | [optional]
**driver** | **str** | driver is the name of the driver to use for this volume. Required. |
**fs_type** | **str** | fsType to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". | [optional]
**node_expand_secret_ref** | [**V1SecretReference**](V1SecretReference.md) | | [optional]
**node_publish_secret_ref** | [**V1SecretReference**](V1SecretReference.md) | | [optional]
**node_stage_secret_ref** | [**V1SecretReference**](V1SecretReference.md) | | [optional]
**read_only** | **bool** | readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). | [optional]
**volume_attributes** | **dict(str, str)** | volumeAttributes of the volume to publish. | [optional]
**volume_handle** | **str** | 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)