Skip to main content
Schemaobject

io.k8s.api.resource.v1.DeviceTaintRuleSpec

DeviceTaintRuleSpec specifies the selector and one taint.

Source
specs/apis__resource.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
deviceSelector
optional

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

taint
required

The taint that gets applied to matching devices.