Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeTaint.
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-04-09 UTC."],[[["The latest version of the `NodeTaint` class is 3.33.0, but this page is currently displaying version 3.6.0, and there are several other versions available to choose from in a descending order from the latest."],["`NodeTaint` is a class within the Google Kubernetes Engine v1 API, specifically in the `Google.Cloud.Container.V1` namespace, represented in the assembly `Google.Cloud.Container.V1.dll`."],["This class represents a Kubernetes taint, which is comprised of three fields: key, value, and effect, with effect being limited to NoSchedule, PreferNoSchedule, or NoExecute."],["The `NodeTaint` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`NodeTaint` objects can be constructed using the default constructor or a copy constructor, and has properties for `Effect`, `Key`, and `Value` that define the attributes of the Kubernetes taint."]]],[]]