tolerations

@JvmName(name = "oqjpmvhoqymelyir")
suspend fun tolerations(value: Output<List<DeviceTolerationArgs>>)
@JvmName(name = "sngdwvufynybuwow")
suspend fun tolerations(value: List<DeviceTolerationArgs>?)

Parameters

value

A copy of all tolerations specified in the request at the time when the device got allocated. The maximum number of tolerations is 16. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


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


@JvmName(name = "sleqmujnkohhnfox")
suspend fun tolerations(values: List<Output<DeviceTolerationArgs>>)
@JvmName(name = "kmxceaupwqakigwd")
suspend fun tolerations(vararg values: DeviceTolerationArgs)

Parameters

values

A copy of all tolerations specified in the request at the time when the device got allocated. The maximum number of tolerations is 16. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


@JvmName(name = "nkdqjtwoqvwckfir")
suspend fun tolerations(argument: List<suspend DeviceTolerationArgsBuilder.() -> Unit>)
@JvmName(name = "xvkpxgflqmfjhflv")
suspend fun tolerations(vararg argument: suspend DeviceTolerationArgsBuilder.() -> Unit)
@JvmName(name = "sgncwgibuwjefbpb")
suspend fun tolerations(argument: suspend DeviceTolerationArgsBuilder.() -> Unit)

Parameters

argument

A copy of all tolerations specified in the request at the time when the device got allocated. The maximum number of tolerations is 16. This is an alpha field and requires enabling the DRADeviceTaints feature gate.