taints

@JvmName(name = "wmljgtcrcedydwsh")
suspend fun taints(value: Output<List<TaintArgs>>)
@JvmName(name = "boryjrgunmjeijku")
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 = "hkyshnkofyykoeei")
suspend fun taints(vararg values: Output<TaintArgs>)


@JvmName(name = "jmfogxvpkgfccryc")
suspend fun taints(values: List<Output<TaintArgs>>)
@JvmName(name = "vfpvwsfpanaxnyqd")
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 = "siyevkdqqidlnivy")
suspend fun taints(argument: List<suspend TaintArgsBuilder.() -> Unit>)
@JvmName(name = "mwtafwkmygwjcdvp")
suspend fun taints(vararg argument: suspend TaintArgsBuilder.() -> Unit)
@JvmName(name = "bwkcdaxfqpoelajt")
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.