OS
OpenSpec HUB

DeviceTaint

The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.

Resource Structure

Interactive Tree
effectstringRequired
The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them. Valid effects are None, NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here. More effects may get added in the future. Consumers must treat unknown effects like None.
keystringRequired
The taint key to be applied to a device. Must be a label name.
timeAddedobject
TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
valuestring
The taint value corresponding to the taint key. Must be a label value.
OpenSpec HUB
Source: resource.api.k8s.io/DeviceTaint_v1.json