tolerations

@JvmName(name = "ffchtfuddccjqxli")
suspend fun tolerations(value: Output<List<TolerationPatchArgs>>)
@JvmName(name = "uxkjutemaycxdban")
suspend fun tolerations(value: List<TolerationPatchArgs>?)

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 = "vohlyqmiogmfqsbn")
suspend fun tolerations(vararg values: Output<TolerationPatchArgs>)


@JvmName(name = "fmljcrpngbqoqqow")
suspend fun tolerations(values: List<Output<TolerationPatchArgs>>)
@JvmName(name = "cvmwvfhmxthubrwj")
suspend fun tolerations(vararg values: TolerationPatchArgs)

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 = "akldlgrfuxhxqwad")
suspend fun tolerations(argument: List<suspend TolerationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "pebgcoyjmmafyaxx")
suspend fun tolerations(vararg argument: suspend TolerationPatchArgsBuilder.() -> Unit)
@JvmName(name = "lrtjvyunprdkvted")
suspend fun tolerations(argument: suspend TolerationPatchArgsBuilder.() -> 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.