python/kubernetes/docs/V1FCVolumeSource.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.2 KiB

V1FCVolumeSource

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Properties

Name Type Description Notes
fs_type str Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. Implicitly inferred to be &quot;ext4&quot; if unspecified. [optional]
lun int Optional: FC target lun number [optional]
read_only bool Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]
target_ww_ns list[str] Optional: FC target worldwide names (WWNs) [optional]
wwids list[str] 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]