taints

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


@JvmName(name = "ckjxmkbqlqriluue")
suspend fun taints(value: Output<List<KubernetesTaintArgs>>)
@JvmName(name = "vinlroxxutrsnwcd")
suspend fun taints(value: List<KubernetesTaintArgs>?)

Deprecated

Field 'taints' has been deprecated from provider version 1.177.0. Please use resource 'alicloud_cs_kubernetes_node_pool' to manage cluster worker nodes, by using field 'taints' to replace it

Parameters

value

(Optional, Available in 1.103.2+) Taints ensure pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node; this marks that the node should not accept any pods that do not tolerate the taints. For more information, see Taints and Tolerations. Detailed below.


@JvmName(name = "ykurfgpkmgyqlhjp")
suspend fun taints(values: List<Output<KubernetesTaintArgs>>)
@JvmName(name = "qxfdvclosgrtsaid")
suspend fun taints(vararg values: KubernetesTaintArgs)

Deprecated

Field 'taints' has been deprecated from provider version 1.177.0. Please use resource 'alicloud_cs_kubernetes_node_pool' to manage cluster worker nodes, by using field 'taints' to replace it

Parameters

values

(Optional, Available in 1.103.2+) Taints ensure pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node; this marks that the node should not accept any pods that do not tolerate the taints. For more information, see Taints and Tolerations. Detailed below.


@JvmName(name = "fiavtnfmmebbylnm")
suspend fun taints(argument: List<suspend KubernetesTaintArgsBuilder.() -> Unit>)
@JvmName(name = "kwhmvmrpjfdrfbkx")
suspend fun taints(vararg argument: suspend KubernetesTaintArgsBuilder.() -> Unit)
@JvmName(name = "fvpndcxsciioypyv")
suspend fun taints(argument: suspend KubernetesTaintArgsBuilder.() -> Unit)

Deprecated

Field 'taints' has been deprecated from provider version 1.177.0. Please use resource 'alicloud_cs_kubernetes_node_pool' to manage cluster worker nodes, by using field 'taints' to replace it

Parameters

argument

(Optional, Available in 1.103.2+) Taints ensure pods are not scheduled onto inappropriate nodes. One or more taints are applied to a node; this marks that the node should not accept any pods that do not tolerate the taints. For more information, see Taints and Tolerations. Detailed below.