Node Spec Patch Args
data class NodeSpecPatchArgs(val configSource: Output<NodeConfigSourcePatchArgs>? = 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<TaintPatchArgs>>? = null, val unschedulable: Output<Boolean>? = null) : ConvertibleToJava<NodeSpecPatchArgs>
NodeSpec describes the attributes that a node is created with.
Constructors
Link copied to clipboard
fun NodeSpecPatchArgs(configSource: Output<NodeConfigSourcePatchArgs>? = null, externalID: Output<String>? = null, podCIDR: Output<String>? = null, podCIDRs: Output<List<String>>? = null, providerID: Output<String>? = null, taints: Output<List<TaintPatchArgs>>? = null, unschedulable: Output<Boolean>? = null)