Files
go/kubernetes/docs/V1CsiPersistentVolumeSource.md

18 lines
1.3 KiB
Markdown
Raw Normal View History

# V1CsiPersistentVolumeSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**ControllerPublishSecretRef** | [**V1SecretReference**](v1.SecretReference.md) | | [optional]
**Driver** | **string** | Driver is the name of the driver to use for this volume. Required. |
**FsType** | **string** | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". | [optional]
**NodePublishSecretRef** | [**V1SecretReference**](v1.SecretReference.md) | | [optional]
**NodeStageSecretRef** | [**V1SecretReference**](v1.SecretReference.md) | | [optional]
**ReadOnly** | **bool** | Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). | [optional]
**VolumeAttributes** | **map[string]string** | Attributes of the volume to publish. | [optional]
**VolumeHandle** | **string** | 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)