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 in the `Google.Cloud.Container.V1` namespace represents a Kubernetes taint, which is comprised of a key, value, and effect."],["The `NodeTaint` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cNodeTaint\u003e`, `IDeepCloneable\u003cNodeTaint\u003e`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["`NodeTaint` objects are constructed using a default constructor `NodeTaint()` or by copying another `NodeTaint` object with the `NodeTaint(NodeTaint other)` constructor."],["The class contains properties for `Effect`, `Key`, and `Value`, which define the characteristics of the taint."],["There are multiple versions of the `NodeTaint` class, with the latest being 3.33.0, and other versions ranging from 3.32.0 to 2.3.0, accessible through various links."]]],[]]