CSINodeSpec

com.coralogix.zio.k8s.model.storage.v1.CSINodeSpec
See theCSINodeSpec companion object
case class CSINodeSpec(drivers: Vector[CSINodeDriver])

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

Value parameters

drivers

drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

This effect always succeeds, it is safe to use the field drivers directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product