Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 983 Bytes

FlexVolumeSource.md

File metadata and controls

17 lines (10 loc) · 983 Bytes

FlexVolumeSource

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

Properties

Name Type Description Notes
driver String Driver is the name of the driver to use for this volume.
fsType String Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. [optional]
options Map<String, String> Optional: Extra command options if any. [optional]
readOnly Boolean Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]
secretRef io.kubernetes.client.openapi.models.V1LocalObjectReference [optional]