taints

@JvmName(name = "wkwfqtkoljnklayl")
suspend fun taints(value: Output<List<NodegroupTaintArgs>>)
@JvmName(name = "telwmavrybxbkxlu")
suspend fun taints(value: List<NodegroupTaintArgs>?)

Parameters

value

The Kubernetes taints to be applied to the nodes in the node group when they are created.


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


@JvmName(name = "aaswhgidxsvfnpyv")
suspend fun taints(values: List<Output<NodegroupTaintArgs>>)
@JvmName(name = "rpmohodevsdsmcwi")
suspend fun taints(vararg values: NodegroupTaintArgs)

Parameters

values

The Kubernetes taints to be applied to the nodes in the node group when they are created.


@JvmName(name = "oqsrjnenpwurxtwl")
suspend fun taints(argument: List<suspend NodegroupTaintArgsBuilder.() -> Unit>)
@JvmName(name = "fdqplkqyueocfjkc")
suspend fun taints(vararg argument: suspend NodegroupTaintArgsBuilder.() -> Unit)
@JvmName(name = "mjqqtmwrbnhpvucd")
suspend fun taints(argument: suspend NodegroupTaintArgsBuilder.() -> Unit)

Parameters

argument

The Kubernetes taints to be applied to the nodes in the node group when they are created.