Node Spec Args
data class NodeSpecArgs(val configSource: Output<NodeConfigSourceArgs>? = null, val externalID: Output<String>? = null, val podCIDR: Output<String>? = null, val podCIDRs: Output<List<String>>? = null, val providerID: Output<String>? = null, val taints: Output<List<TaintArgs>>? = null, val unschedulable: Output<Boolean>? = null) : ConvertibleToJava<NodeSpecArgs>
NodeSpec describes the attributes that a node is created with.
Constructors
Link copied to clipboard
fun NodeSpecArgs(configSource: Output<NodeConfigSourceArgs>? = null, externalID: Output<String>? = null, podCIDR: Output<String>? = null, podCIDRs: Output<List<String>>? = null, providerID: Output<String>? = null, taints: Output<List<TaintArgs>>? = null, unschedulable: Output<Boolean>? = null)