effectiveTaints

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "kyhlnvicyscrcguu")
suspend fun effectiveTaints(argument: List<suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit>)
@JvmName(name = "esywqqjyqcemerey")
suspend fun effectiveTaints(vararg argument: suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit)
@JvmName(name = "klgpiinucrukxcye")
suspend fun effectiveTaints(argument: suspend ClusterNodeConfigEffectiveTaintArgsBuilder.() -> Unit)

Parameters

argument

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