taints

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


@JvmName(name = "yecwromvmtuqobnc")
suspend fun taints(values: List<Output<DeviceTaintPatchArgs>>)
@JvmName(name = "vgpmhnllionrffpk")
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 = "ewtqjjjltwgjvqcg")
suspend fun taints(argument: List<suspend DeviceTaintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "fiagijavhabpybfy")
suspend fun taints(vararg argument: suspend DeviceTaintPatchArgsBuilder.() -> Unit)
@JvmName(name = "vwodfepksylycpuk")
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.