NodeTaintArgs

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
constructor(effect: Output<NodeTaintEffect>? = null, key: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val effect: Output<NodeTaintEffect>? = null

The taint effect.

Link copied to clipboard
val key: Output<String>? = null

Key associated with the effect.

Link copied to clipboard
val value: Output<String>? = null

Value associated with the effect.

Functions

Link copied to clipboard
open override fun toJava(): NodeTaintArgs