taints

@JvmName(name = "ukfpiffwqdlytxys")
suspend fun taints(value: Output<List<TaintArgs>>)
@JvmName(name = "iipebkhmefcqfqln")
suspend fun taints(value: List<TaintArgs>?)

Parameters

value

The Kubernetes taints to be applied to the nodes in the node group when they are created.


@JvmName(name = "xoswqmojhxvksnby")
suspend fun taints(vararg values: Output<TaintArgs>)


@JvmName(name = "mlkctbvhsvuftbnf")
suspend fun taints(values: List<Output<TaintArgs>>)
@JvmName(name = "gismrlvpvfhgasur")
suspend fun taints(vararg values: TaintArgs)

Parameters

values

The Kubernetes taints to be applied to the nodes in the node group when they are created.


@JvmName(name = "wamxhrmcvnmtdfrb")
suspend fun taints(argument: List<suspend TaintArgsBuilder.() -> Unit>)
@JvmName(name = "amahmwxbsmfmgrmp")
suspend fun taints(vararg argument: suspend TaintArgsBuilder.() -> Unit)
@JvmName(name = "lmavprxueaanvbwu")
suspend fun taints(argument: suspend TaintArgsBuilder.() -> Unit)

Parameters

argument

The Kubernetes taints to be applied to the nodes in the node group when they are created.