Representation of a Taint set on a MachinePool in a cluster.
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] |