taints

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


@JvmName(name = "xcsxyjjcdmdoealh")
suspend fun taints(value: Output<List<KubernetesTaintArgs>>)
@JvmName(name = "bslmhpbvrsydrswu")
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

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. See taints below.


@JvmName(name = "brxxvmkvvoutcnhs")
suspend fun taints(values: List<Output<KubernetesTaintArgs>>)
@JvmName(name = "kjhyfcyxauwaoecy")
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

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. See taints below.


@JvmName(name = "ddtnpdccojjfnauk")
suspend fun taints(argument: List<suspend KubernetesTaintArgsBuilder.() -> Unit>)
@JvmName(name = "tgaorrracqfpbfbl")
suspend fun taints(vararg argument: suspend KubernetesTaintArgsBuilder.() -> Unit)
@JvmName(name = "gjdlgujuvhjsarar")
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

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. See taints below.