DeviceTaintRuleSpecArgs

data class DeviceTaintRuleSpecArgs(val deviceSelector: Output<DeviceTaintSelectorArgs>? = null, val taint: Output<DeviceTaintArgs>) : ConvertibleToJava<DeviceTaintRuleSpecArgs>

DeviceTaintRuleSpec specifies the selector and one taint.

Constructors

Link copied to clipboard
constructor(deviceSelector: Output<DeviceTaintSelectorArgs>? = null, taint: Output<DeviceTaintArgs>)

Properties

Link copied to clipboard

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.

Link copied to clipboard
val taint: Output<DeviceTaintArgs>

The taint that gets applied to matching devices.

Functions

Link copied to clipboard
open override fun toJava(): DeviceTaintRuleSpecArgs