effectiveTaints

@JvmName(name = "obwedvqmojgicmca")
suspend fun effectiveTaints(value: Output<List<ClusterNodeConfigEffectiveTaintArgs>>)
@JvmName(name = "ayhmrlljybljwocf")
suspend fun effectiveTaints(value: List<ClusterNodeConfigEffectiveTaintArgs>?)

Parameters

value

List of kubernetes taints applied to each node. Structure is documented above.


@JvmName(name = "ixmlvfiwlrbragke")
suspend fun effectiveTaints(vararg values: Output<ClusterNodeConfigEffectiveTaintArgs>)


@JvmName(name = "bnttcutcmqlnvqev")
suspend fun effectiveTaints(values: List<Output<ClusterNodeConfigEffectiveTaintArgs>>)
@JvmName(name = "vquojmdsrvngyhlf")
suspend fun effectiveTaints(vararg values: ClusterNodeConfigEffectiveTaintArgs)

Parameters

values

List of kubernetes taints applied to each node. Structure is documented above.


@JvmName(name = "oaxxdgihbnkxdaft")
suspend fun effectiveTaints(argument: List<suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit>)
@JvmName(name = "nflawkyvjrvddoqd")
suspend fun effectiveTaints(vararg argument: suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit)
@JvmName(name = "ufhiptadaxcaiokt")
suspend fun effectiveTaints(argument: suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit)

Parameters

argument

List of kubernetes taints applied to each node. Structure is documented above.