CSINodeSpec

io.k8s.api.storage.v1.CSINodeSpec
See theCSINodeSpec companion object
final case class CSINodeSpec(drivers: Seq[CSINodeDriver])

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to drivers

Appends new values to drivers

Attributes

Source:
CSINodeSpec.scala

transforms drivers to result of function

transforms drivers to result of function

Attributes

Source:
CSINodeSpec.scala

Returns a new data with drivers set to new value

Returns a new data with drivers set to new value

Attributes

Source:
CSINodeSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product