core.v1.fcVolumeSource
"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."
Index
fn withFsType(fsType)
fn withLun(lun)
fn withReadOnly(readOnly)
fn withTargetWWNs(targetWWNs)
fn withTargetWWNsMixin(targetWWNs)
fn withWwids(wwids)
fn withWwidsMixin(wwids)
Fields
fn withFsType
withFsType(fsType)
"fsType is the 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."
fn withLun
withLun(lun)
"lun is Optional: FC target lun number"
fn withReadOnly
withReadOnly(readOnly)
"readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts."
fn withTargetWWNs
withTargetWWNs(targetWWNs)
"targetWWNs is Optional: FC target worldwide names (WWNs)"
fn withTargetWWNsMixin
withTargetWWNsMixin(targetWWNs)
"targetWWNs is Optional: FC target worldwide names (WWNs)"
Note: This function appends passed data to existing values
fn withWwids
withWwids(wwids)
"wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously."
fn withWwidsMixin
withWwidsMixin(wwids)
"wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously."
Note: This function appends passed data to existing values