taints

@JvmName(name = "ufdtjikamscoropf")
suspend fun taints(value: Output<List<NodeTaintArgs>>)
@JvmName(name = "yqdqnnbukrioykdc")
suspend fun taints(value: List<NodeTaintArgs>?)

Parameters

value

List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/


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


@JvmName(name = "hqfhxsqbciacfojx")
suspend fun taints(values: List<Output<NodeTaintArgs>>)
@JvmName(name = "bdmhsvjgcpboxudi")
suspend fun taints(vararg values: NodeTaintArgs)

Parameters

values

List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/


@JvmName(name = "dyuebfsmioonxmob")
suspend fun taints(argument: List<suspend NodeTaintArgsBuilder.() -> Unit>)
@JvmName(name = "iyxofaedjwycicyd")
suspend fun taints(vararg argument: suspend NodeTaintArgsBuilder.() -> Unit)
@JvmName(name = "mkirkdybsybrdvfx")
suspend fun taints(argument: suspend NodeTaintArgsBuilder.() -> Unit)

Parameters

argument

List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/