taints

@JvmName(name = "bxauvxkopeefsiau")
suspend fun taints(value: Output<List<NodeTaintArgs>>)
@JvmName(name = "ljgrugtgtoiyvxjp")
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 = "psplqicavylcbrac")
suspend fun taints(vararg values: Output<NodeTaintArgs>)


@JvmName(name = "imgmcxontnutvxbb")
suspend fun taints(values: List<Output<NodeTaintArgs>>)
@JvmName(name = "blrqnhidiwxipnpl")
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 = "rmteavlckgxdihun")
suspend fun taints(argument: List<suspend NodeTaintArgsBuilder.() -> Unit>)
@JvmName(name = "hptklwjuurqlwbyl")
suspend fun taints(vararg argument: suspend NodeTaintArgsBuilder.() -> Unit)
@JvmName(name = "casvlwaywgjrhfir")
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/