ISCSIVolumeSource

final case class ISCSIVolumeSource(iqn: String, targetPortal: String, lun: Int, portals: Option[Seq[String]], readOnly: Option[Boolean], chapAuthDiscovery: Option[Boolean], fsType: Option[String], secretRef: Option[LocalObjectReference], initiatorName: Option[String], iscsiInterface: Option[String], chapAuthSession: Option[Boolean])

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

Source:
ISCSIVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to portals

Appends new values to portals

Source:
ISCSIVolumeSource.scala

if chapAuthDiscovery has a value, transforms to the result of function

if chapAuthDiscovery has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

if chapAuthSession has a value, transforms to the result of function

if chapAuthSession has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

if fsType has a value, transforms to the result of function

if fsType has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

if initiatorName has a value, transforms to the result of function

if initiatorName has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

transforms iqn to result of function

transforms iqn to result of function

Source:
ISCSIVolumeSource.scala

if iscsiInterface has a value, transforms to the result of function

if iscsiInterface has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

transforms lun to result of function

transforms lun to result of function

Source:
ISCSIVolumeSource.scala

if portals has a value, transforms to the result of function

if portals has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

if readOnly has a value, transforms to the result of function

if readOnly has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

if secretRef has a value, transforms to the result of function

if secretRef has a value, transforms to the result of function

Source:
ISCSIVolumeSource.scala

transforms targetPortal to result of function

transforms targetPortal to result of function

Source:
ISCSIVolumeSource.scala

Returns a new data with chapAuthDiscovery set to new value

Returns a new data with chapAuthDiscovery set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with chapAuthSession set to new value

Returns a new data with chapAuthSession set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with initiatorName set to new value

Returns a new data with initiatorName set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with iqn set to new value

Returns a new data with iqn set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with iscsiInterface set to new value

Returns a new data with iscsiInterface set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with lun set to new value

Returns a new data with lun set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with portals set to new value

Returns a new data with portals set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with secretRef set to new value

Returns a new data with secretRef set to new value

Source:
ISCSIVolumeSource.scala

Returns a new data with targetPortal set to new value

Returns a new data with targetPortal set to new value

Source:
ISCSIVolumeSource.scala

Inherited methods

Inherited from:
Product