taints

@JvmName(name = "tqlytowhvyyhunqf")
suspend fun taints(value: Output<List<DeviceTaintPatchArgs>>)
@JvmName(name = "xhflvbyyftydtgtp")
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 = "tadnquvswagupkku")
suspend fun taints(vararg values: Output<DeviceTaintPatchArgs>)


@JvmName(name = "qymxececjxrloasx")
suspend fun taints(values: List<Output<DeviceTaintPatchArgs>>)
@JvmName(name = "gmrmtwwftsdtdfru")
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 = "pfmuibahquuadsry")
suspend fun taints(argument: List<suspend DeviceTaintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "mgwtcmwmaunbcetp")
suspend fun taints(vararg argument: suspend DeviceTaintPatchArgsBuilder.() -> Unit)
@JvmName(name = "bpadpxnrsnulpkkg")
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.