Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeTaint.
Kubernetes taint is composed 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\u003eThis document provides reference documentation for the \u003ccode\u003eNodeTaint\u003c/code\u003e class within the Google Kubernetes Engine v1 API for .NET, specifically version 3.22.0 and its relation to other versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeTaint\u003c/code\u003e represents a Kubernetes taint, which consists of a key, value, and effect, used for managing node scheduling and eviction.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, with its full lineage provided in the document.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed using the default \u003ccode\u003eNodeTaint()\u003c/code\u003e constructor or a copy constructor \u003ccode\u003eNodeTaint(NodeTaint other)\u003c/code\u003e to make a copy of another \u003ccode\u003eNodeTaint\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeTaint\u003c/code\u003e has three properties: \u003ccode\u003eEffect\u003c/code\u003e, \u003ccode\u003eKey\u003c/code\u003e, and \u003ccode\u003eValue\u003c/code\u003e, which define the behavior of the taint; \u003ccode\u003eEffect\u003c/code\u003e can be \u003ccode\u003eNoSchedule\u003c/code\u003e, \u003ccode\u003ePreferNoSchedule\u003c/code\u003e, or \u003ccode\u003eNoExecute\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]