tolerations

@JvmName(name = "uscshasovwkjpfeo")
suspend fun tolerations(value: Output<List<TolerationArgs>>)
@JvmName(name = "jovhvjgwkgxmwqym")
suspend fun tolerations(value: List<TolerationArgs>?)

Parameters

value

tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.


@JvmName(name = "qnqqvpitqjyjwhxc")
suspend fun tolerations(vararg values: Output<TolerationArgs>)


@JvmName(name = "pmauyfjcwfctutaw")
suspend fun tolerations(values: List<Output<TolerationArgs>>)
@JvmName(name = "coqyglwgndllgyka")
suspend fun tolerations(vararg values: TolerationArgs)

Parameters

values

tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.


@JvmName(name = "egxetpbdfpeuoxoc")
suspend fun tolerations(argument: List<suspend TolerationArgsBuilder.() -> Unit>)
@JvmName(name = "uqfhhkondrqkqirh")
suspend fun tolerations(vararg argument: suspend TolerationArgsBuilder.() -> Unit)
@JvmName(name = "xiidpqsajdaedofm")
suspend fun tolerations(argument: suspend TolerationArgsBuilder.() -> Unit)

Parameters

argument

tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.