CSINodeDriver

final case class CSINodeDriver(name: String, nodeID: String, allocatable: Option[VolumeNodeResources], topologyKeys: Option[Seq[String]])

CSINodeDriver holds information about the specification of one CSI driver installed on a node

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

Value members

Concrete methods

Appends new values to topologyKeys

Appends new values to topologyKeys

Source:
CSINodeDriver.scala

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

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

Source:
CSINodeDriver.scala

transforms name to result of function

transforms name to result of function

Source:
CSINodeDriver.scala

transforms nodeID to result of function

transforms nodeID to result of function

Source:
CSINodeDriver.scala

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

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

Source:
CSINodeDriver.scala

Returns a new data with allocatable set to new value

Returns a new data with allocatable set to new value

Source:
CSINodeDriver.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
CSINodeDriver.scala

Returns a new data with nodeID set to new value

Returns a new data with nodeID set to new value

Source:
CSINodeDriver.scala

Returns a new data with topologyKeys set to new value

Returns a new data with topologyKeys set to new value

Source:
CSINodeDriver.scala

Inherited methods

Inherited from:
Product