CSINodeSpec

final case class CSINodeSpec(drivers: Seq[CSINodeDriver])

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

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

Value members

Concrete methods

Appends new values to drivers

Appends new values to drivers

Source:
CSINodeSpec.scala

transforms drivers to result of function

transforms drivers to result of function

Source:
CSINodeSpec.scala

Returns a new data with drivers set to new value

Returns a new data with drivers set to new value

Source:
CSINodeSpec.scala

Inherited methods

Inherited from:
Product