Node List Args
data class NodeListArgs(val apiVersion: Output<String>? = null, val items: Output<List<NodeArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<NodeListArgs>
NodeList is the whole list of all Nodes which have been registered with master.
Constructors
Link copied to clipboard
fun NodeListArgs(apiVersion: Output<String>? = null, items: Output<List<NodeArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)