Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

File metadata and controls

14 lines (10 loc) · 1.01 KB

FlexVolumeSource

Properties

Name Type Description Notes
driver str driver is the name of the driver to use for this volume. [optional]
fs_type str fsType is the 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 [optional]
options dict(str, str) options is Optional: this field holds extra command options if any. +optional [optional]
read_only bool readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional [optional]
secret_ref LocalObjectReference [optional]

[Back to Model list] [Back to API list] [Back to README]