taints

@JvmName(name = "sjwbtnvqjpdeuycu")
suspend fun taints(value: Output<List<DeviceTaintPatchArgs>>)
@JvmName(name = "unijctoewmpaqipd")
suspend fun taints(value: List<DeviceTaintPatchArgs>?)

Parameters

value

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


@JvmName(name = "jwgvrpkncrpkoyim")
suspend fun taints(vararg values: Output<DeviceTaintPatchArgs>)


@JvmName(name = "vmigumlvmbkosnvt")
suspend fun taints(values: List<Output<DeviceTaintPatchArgs>>)
@JvmName(name = "tfdsbpvjgnpbjnln")
suspend fun taints(vararg values: DeviceTaintPatchArgs)

Parameters

values

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.


@JvmName(name = "skitcimftmatgkis")
suspend fun taints(argument: List<suspend DeviceTaintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "schcmrwmhrxltsbr")
suspend fun taints(vararg argument: suspend DeviceTaintPatchArgsBuilder.() -> Unit)
@JvmName(name = "nlyykflapandsjyr")
suspend fun taints(argument: suspend DeviceTaintPatchArgsBuilder.() -> Unit)

Parameters

argument

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.