taints

@JvmName(name = "kpqvojtsvnpyqjnb")
suspend fun taints(value: Output<List<NodePoolTaintArgs>>)
@JvmName(name = "jnidvbofjgllixmb")
suspend fun taints(value: List<NodePoolTaintArgs>?)

Parameters

value

A List of Kubernetes taints to assign to the nodes. Detailed below. More information in Taints and Toleration. See taints below.


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


@JvmName(name = "tgouymjfkjpejwwn")
suspend fun taints(values: List<Output<NodePoolTaintArgs>>)
@JvmName(name = "odrjfvfeocmhriqf")
suspend fun taints(vararg values: NodePoolTaintArgs)

Parameters

values

A List of Kubernetes taints to assign to the nodes. Detailed below. More information in Taints and Toleration. See taints below.


@JvmName(name = "bxhiayccplprwgqd")
suspend fun taints(argument: List<suspend NodePoolTaintArgsBuilder.() -> Unit>)
@JvmName(name = "erauhlwpjbgirdgp")
suspend fun taints(vararg argument: suspend NodePoolTaintArgsBuilder.() -> Unit)
@JvmName(name = "umrhxcmctxvbjxng")
suspend fun taints(argument: suspend NodePoolTaintArgsBuilder.() -> Unit)

Parameters

argument

A List of Kubernetes taints to assign to the nodes. Detailed below. More information in Taints and Toleration. See taints below.