Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

schema

io.k8s.api.core.v1.FCVolumeSource

Hierarchy

  • FcVolumeSource

Index

Properties

Optional Readonly fsType

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.

schema

io.k8s.api.core.v1.FCVolumeSource#fsType

Optional Readonly lun

lun: number

Optional: FC target lun number

schema

io.k8s.api.core.v1.FCVolumeSource#lun

Optional Readonly readOnly

readOnly: boolean

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

default

false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

schema

io.k8s.api.core.v1.FCVolumeSource#readOnly

Optional Readonly targetWwNs

targetWwNs: string[]

Optional: FC target worldwide names (WWNs)

schema

io.k8s.api.core.v1.FCVolumeSource#targetWWNs

Optional Readonly wwids

wwids: string[]

Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

schema

io.k8s.api.core.v1.FCVolumeSource#wwids

Generated using TypeDoc