taints

@JvmName(name = "vpsackorqcfesifx")
suspend fun taints(value: Output<List<DeviceTaintArgs>>)
@JvmName(name = "qxawfibobpyconqb")
suspend fun taints(value: List<DeviceTaintArgs>?)

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 = "fxwalajnxtqslwyh")
suspend fun taints(vararg values: Output<DeviceTaintArgs>)


@JvmName(name = "jnyafshrkxauhnok")
suspend fun taints(values: List<Output<DeviceTaintArgs>>)
@JvmName(name = "ldwbtprmkhkmrkpc")
suspend fun taints(vararg values: DeviceTaintArgs)

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 = "cherirkeoeojpvjn")
suspend fun taints(argument: List<suspend DeviceTaintArgsBuilder.() -> Unit>)
@JvmName(name = "juebviqqwrcuwxdm")
suspend fun taints(vararg argument: suspend DeviceTaintArgsBuilder.() -> Unit)
@JvmName(name = "gguksweekxsbdueo")
suspend fun taints(argument: suspend DeviceTaintArgsBuilder.() -> 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.