ISCSIVolumeSourcePointer

io.k8s.api.core.v1.ISCSIVolumeSourcePointer
final case class ISCSIVolumeSourcePointer(currentPath: PointerPath) extends Pointer[ISCSIVolumeSource]

Pointer for ISCSIVolumeSource

Attributes

Source
ISCSIVolumeSourcePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def chapAuthDiscovery: Plain[Boolean]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def chapAuthSession: Plain[Boolean]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def fsType: Plain[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def initiatorName: Plain[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def iqn: Plain[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def iscsiInterface: Plain[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def lun: Plain[Int]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def portals: ListPointer[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def readOnly: Plain[Boolean]

Attributes

Source
ISCSIVolumeSourcePointer.scala
def targetPortal: Plain[String]

Attributes

Source
ISCSIVolumeSourcePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product