taints

@JvmName(name = "taydhefapstqrlhq")
suspend fun taints(value: Output<List<NodeGroupTaintArgs>>)
@JvmName(name = "ddbuwcjgfvbwimyi")
suspend fun taints(value: List<NodeGroupTaintArgs>?)

Parameters

value

The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group. See taint below for details.


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


@JvmName(name = "pcnjpwlttwnmrgra")
suspend fun taints(values: List<Output<NodeGroupTaintArgs>>)
@JvmName(name = "mftkhyihahxnligw")
suspend fun taints(vararg values: NodeGroupTaintArgs)

Parameters

values

The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group. See taint below for details.


@JvmName(name = "hetvvwodaakycvxu")
suspend fun taints(argument: List<suspend NodeGroupTaintArgsBuilder.() -> Unit>)
@JvmName(name = "djktqbkxdbwjesod")
suspend fun taints(vararg argument: suspend NodeGroupTaintArgsBuilder.() -> Unit)
@JvmName(name = "sdpkaukcapxlxfmu")
suspend fun taints(argument: suspend NodeGroupTaintArgsBuilder.() -> Unit)

Parameters

argument

The Kubernetes taints to be applied to the nodes in the node group. Maximum of 50 taints per node group. See taint below for details.