Node Taint Args
data class NodeTaintArgs(val effect: Output<NodeTaintEffect>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<NodeTaintArgs>
NodeTaint applied to every Kubernetes node in a node pool. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.
Constructors
Link copied to clipboard
fun NodeTaintArgs(effect: Output<NodeTaintEffect>? = null, key: Output<String>? = null, value: Output<String>? = null)