CSINodeSpecPatch

data class CSINodeSpecPatch(val drivers: List<CSINodeDriverPatch>? = null)

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

Constructors

Link copied to clipboard
constructor(drivers: List<CSINodeDriverPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.