Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IscsiVolumeSource

Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

schema

io.k8s.api.core.v1.ISCSIVolumeSource

Hierarchy

  • IscsiVolumeSource

Index

Properties

Optional Readonly chapAuthDiscovery

chapAuthDiscovery: boolean

whether support iSCSI Discovery CHAP authentication

schema

io.k8s.api.core.v1.ISCSIVolumeSource#chapAuthDiscovery

Optional Readonly chapAuthSession

chapAuthSession: boolean

whether support iSCSI Session CHAP authentication

schema

io.k8s.api.core.v1.ISCSIVolumeSource#chapAuthSession

Optional Readonly fsType

fsType: string

Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi

schema

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

Optional Readonly initiatorName

initiatorName: string

Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.

schema

io.k8s.api.core.v1.ISCSIVolumeSource#initiatorName

Readonly iqn

iqn: string

Target iSCSI Qualified Name.

schema

io.k8s.api.core.v1.ISCSIVolumeSource#iqn

Optional Readonly iscsiInterface

iscsiInterface: string

iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).

default

default' (tcp).

schema

io.k8s.api.core.v1.ISCSIVolumeSource#iscsiInterface

Readonly lun

lun: number

iSCSI Target Lun number.

schema

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

Optional Readonly portals

portals: string[]

iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

schema

io.k8s.api.core.v1.ISCSIVolumeSource#portals

Optional Readonly readOnly

readOnly: boolean

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.

default

false.

schema

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

Optional Readonly secretRef

CHAP Secret for iSCSI target and initiator authentication

schema

io.k8s.api.core.v1.ISCSIVolumeSource#secretRef

Readonly targetPortal

targetPortal: string

iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

schema

io.k8s.api.core.v1.ISCSIVolumeSource#targetPortal

Generated using TypeDoc