taints

@JvmName(name = "hqwdlfpuuelvbbmu")
suspend fun taints(value: Output<List<DeviceTaintArgs>>)
@JvmName(name = "ubwxggrkhffqqpih")
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 = "gwavrcjccrbjfxpm")
suspend fun taints(vararg values: Output<DeviceTaintArgs>)


@JvmName(name = "dwuxpogqjcmfkbnx")
suspend fun taints(values: List<Output<DeviceTaintArgs>>)
@JvmName(name = "ttwkbodkwhnkejxp")
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 = "uxfgqktgvkgfeeuq")
suspend fun taints(argument: List<suspend DeviceTaintArgsBuilder.() -> Unit>)
@JvmName(name = "obkxwnqtdjcahtvy")
suspend fun taints(vararg argument: suspend DeviceTaintArgsBuilder.() -> Unit)
@JvmName(name = "gardptwjiqspcmuw")
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.