Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 600 Bytes

Taint.md

File metadata and controls

13 lines (9 loc) · 600 Bytes

Taint

Representation of a Taint set on a MachinePool in a cluster.

Properties

Name Type Description Notes
effect str The effect on the node for the pods matching the taint, i.e: NoSchedule, NoExecute, PreferNoSchedule. [optional]
key str The key for the taint [optional]
value str The value for the taint. [optional]

[Back to Model list] [Back to API list] [Back to README]