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 `NodeTaint` class, part of the `Google.Cloud.Container.V1` namespace, represents a Kubernetes taint, which consists of a key, value, and effect."],["The `NodeTaint` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message-based operations, equality comparisons, deep cloning, and buffer message handling."],["This documentation provides details for a range of versions, from 2.3.0 to 3.33.0, with 3.33.0 being the most recent version of the `NodeTaint` class."],["`NodeTaint` has a set of properties for `Effect`, `Key`, and `Value`, each representing a different aspect of the taint, with the effects being limited to NoSchedule, PreferNoSchedule or NoExecute."],["There are two constructors for `NodeTaint`: a default constructor, and one that allows for the instantiation based on another object of the same type."]]],[]]