Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

V1FcVolumeSource.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

V1FcVolumeSource

Properties

Name Type Description Notes
FsType string Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. [optional]
Lun int32 Optional: FC target lun number [optional]
ReadOnly bool Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]
TargetWWNs []string Optional: FC target worldwide names (WWNs) [optional]
Wwids []string Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. [optional]

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