taints

@JvmName(name = "yrlxipgrbsbtcgmy")
suspend fun taints(value: Output<List<NodeGroupTaintArgs>>)
@JvmName(name = "wclsbxetopwfmxvh")
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. Detailed below.


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


@JvmName(name = "fkbqfutbjrswvwlw")
suspend fun taints(values: List<Output<NodeGroupTaintArgs>>)
@JvmName(name = "drikxbqowrbljidq")
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. Detailed below.


@JvmName(name = "cxcpepsshduanqnq")
suspend fun taints(argument: List<suspend NodeGroupTaintArgsBuilder.() -> Unit>)
@JvmName(name = "aixaikvllcfksdid")
suspend fun taints(vararg argument: suspend NodeGroupTaintArgsBuilder.() -> Unit)
@JvmName(name = "caiufbsawngjijwp")
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. Detailed below.