Kubernetes taint is comprised of three fields: key, value, and effect. Effect
can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
See
here
for more information, including usage and the valid values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `NodeTaint` is 3.33.0, but it is one of many versions going as far back as version 2.3.0."],["`NodeTaint` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A Kubernetes taint, represented by `NodeTaint`, is made up of three key components, which are the Key, Value, and Effect fields."],["The Effect field in a `NodeTaint` instance can only have one of three possible values, which are NoSchedule, PreferNoSchedule, or NoExecute."],["`NodeTaint` can be constructed in two ways: a default no-argument constructor, and another constructor that takes another `NodeTaint` instance as an argument."]]],[]]