taints

@JvmName(name = "pggfdkigtnaibmdu")
suspend fun taints(value: Output<List<NodeGroupTaintArgs>>)
@JvmName(name = "urngaxprueihgjlv")
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. See taint below for details.


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


@JvmName(name = "ugbgijcqpxyssmqi")
suspend fun taints(values: List<Output<NodeGroupTaintArgs>>)
@JvmName(name = "nhnbsyjhajmhcedo")
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. See taint below for details.


@JvmName(name = "tfwxvkrrjviquoan")
suspend fun taints(argument: List<suspend NodeGroupTaintArgsBuilder.() -> Unit>)
@JvmName(name = "yhogdfahdbdyaqpu")
suspend fun taints(vararg argument: suspend NodeGroupTaintArgsBuilder.() -> Unit)
@JvmName(name = "jyfrsrikcbnnyvlh")
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. See taint below for details.