tolerations

@JvmName(name = "nauokkndqhcormqr")
suspend fun tolerations(value: Output<List<TolerationPatchArgs>>)
@JvmName(name = "lgwegavdqucfaxsk")
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 = "biwmrlvxigycgagh")
suspend fun tolerations(vararg values: Output<TolerationPatchArgs>)


@JvmName(name = "xmimsbrhtibmwtbl")
suspend fun tolerations(values: List<Output<TolerationPatchArgs>>)
@JvmName(name = "jfnaixhlpmtpauip")
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 = "kffshluseociqxvl")
suspend fun tolerations(argument: List<suspend TolerationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "prtfupfthembgkvl")
suspend fun tolerations(vararg argument: suspend TolerationPatchArgsBuilder.() -> Unit)
@JvmName(name = "vittihnabpijdiyv")
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.