Node Args
data class NodeArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<NodeSpecArgs>? = null, val status: Output<NodeStatusArgs>? = null) : ConvertibleToJava<NodeArgs>
Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
Constructors
Link copied to clipboard
fun NodeArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<NodeSpecArgs>? = null, status: Output<NodeStatusArgs>? = null)