CSINodeSpecPatchArgs

data class CSINodeSpecPatchArgs(val drivers: Output<List<CSINodeDriverPatchArgs>>? = null) : ConvertibleToJava<CSINodeSpecPatchArgs>

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

Constructors

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

Properties

Link copied to clipboard
val drivers: Output<List<CSINodeDriverPatchArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CSINodeSpecPatchArgs