CSINodeDriverPointer

io.k8s.api.storage.v1.CSINodeDriverPointer
final case class CSINodeDriverPointer(currentPath: PointerPath) extends Pointer[CSINodeDriver]

Pointer for CSINodeDriver

Attributes

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

Members list

Value members

Concrete methods

def name: Plain[String]

Attributes

Source
CSINodeDriverPointer.scala
def nodeID: Plain[String]

Attributes

Source
CSINodeDriverPointer.scala
def topologyKeys: ListPointer[String]

Attributes

Source
CSINodeDriverPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product