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] [default to null] |
Lun | int32 | Optional: FC target lun number | [optional] [default to null] |
ReadOnly | bool | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] [default to null] |
TargetWWNs | []string | Optional: FC target worldwide names (WWNs) | [optional] [default to null] |
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] [default to null] |