ScaleIOVolumeSourcePointer

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

Pointer for ScaleIOVolumeSource

Attributes

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

Members list

Value members

Concrete methods

def fsType: Plain[String]
def gateway: Plain[String]
def readOnly: Plain[Boolean]
def sslEnabled: Plain[Boolean]
def storageMode: Plain[String]
def storagePool: Plain[String]
def system: Plain[String]
def volumeName: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product