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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eNodeTaint\u003c/code\u003e is 3.33.0, but it is one of many versions going as far back as version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeTaint\u003c/code\u003e is a class that implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA Kubernetes taint, represented by \u003ccode\u003eNodeTaint\u003c/code\u003e, is made up of three key components, which are the Key, Value, and Effect fields.\u003c/p\u003e\n"],["\u003cp\u003eThe Effect field in a \u003ccode\u003eNodeTaint\u003c/code\u003e instance can only have one of three possible values, which are NoSchedule, PreferNoSchedule, or NoExecute.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeTaint\u003c/code\u003e can be constructed in two ways: a default no-argument constructor, and another constructor that takes another \u003ccode\u003eNodeTaint\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"]]],[],null,[]]