Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

export
interface

IoK8sApiResourceV1beta2DeviceTaint

Hierarchy

  • IoK8sApiResourceV1beta2DeviceTaint

Index

Properties

effect: string

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.

memberof

IoK8sApiResourceV1beta2DeviceTaint

key: string

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

memberof

IoK8sApiResourceV1beta2DeviceTaint

timeAdded?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiResourceV1beta2DeviceTaint

value?: string

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

memberof

IoK8sApiResourceV1beta2DeviceTaint

Generated using TypeDoc