deviceSelector

@JvmName(name = "hpowvitjucegqbvr")
suspend fun deviceSelector(value: Output<DeviceTaintSelectorPatchArgs>)
@JvmName(name = "tnririsetucsncax")
suspend fun deviceSelector(value: DeviceTaintSelectorPatchArgs?)

Parameters

value

DeviceSelector defines which device(s) the taint is applied to. All selector criteria must be satified for a device to match. The empty selector matches all devices. Without a selector, no devices are matches.


@JvmName(name = "mrpwsueyjiepjpwx")
suspend fun deviceSelector(argument: suspend DeviceTaintSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

DeviceSelector defines which device(s) the taint is applied to. All selector criteria must be satified for a device to match. The empty selector matches all devices. Without a selector, no devices are matches.