kubernetes v1.33

Device.taints

If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.

4 fields
Device.taints fields and descriptions
Field / TypeDescription
effect
string required

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 NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.

key
string required

The taint key to be applied to a device. Must be a label name.

Time

TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.

  • format: date-time
value
string

The taint value corresponding to the taint key. Must be a label value.