CSINodeSpecArgs

data class CSINodeSpecArgs(val drivers: Output<List<CSINodeDriverArgs>>) : ConvertibleToJava<CSINodeSpecArgs>

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

Constructors

Link copied to clipboard
constructor(drivers: Output<List<CSINodeDriverArgs>>)

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.

Functions

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