Manifests.io

Easy to use kubernetes documentation

DeviceTaintRule.spec

DeviceTaintRuleSpec specifies the selector and one taint.

Description
deviceSelector 🔗
DeviceTaintSelector

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.

taint 🔗
DeviceTaint *

The taint that gets applied to matching devices.

See an issue here?