CSINodeDriver

io.k8s.api.storage.v1.CSINodeDriver
See theCSINodeDriver companion object
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

Attributes

Companion:
object
Source:
CSINodeDriver.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to topologyKeys

Appends new values to topologyKeys

Attributes

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

Attributes

Source:
CSINodeDriver.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
CSINodeDriver.scala

transforms nodeID to result of function

transforms nodeID to result of function

Attributes

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

Attributes

Source:
CSINodeDriver.scala

Returns a new data with allocatable set to new value

Returns a new data with allocatable set to new value

Attributes

Source:
CSINodeDriver.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
CSINodeDriver.scala

Returns a new data with nodeID set to new value

Returns a new data with nodeID set to new value

Attributes

Source:
CSINodeDriver.scala

Returns a new data with topologyKeys set to new value

Returns a new data with topologyKeys set to new value

Attributes

Source:
CSINodeDriver.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product