CSINode List Args
data class CSINodeListArgs(val apiVersion: Output<String>? = null, val items: Output<List<CSINodeArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<CSINodeListArgs>
CSINodeList is a collection of CSINode objects.
Constructors
Link copied to clipboard
fun CSINodeListArgs(apiVersion: Output<String>? = null, items: Output<List<CSINodeArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)