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."],[[["This page provides documentation for the `NodeTaint` class within the `Google.Cloud.Container.V1` namespace, covering versions from 2.3.0 to the latest 3.33.0."],["The `NodeTaint` class represents a Kubernetes taint, which consists of a key, a value, and an effect, with the effect having one of the following valid options: NoSchedule, PreferNoSchedule, or NoExecute."],["`NodeTaint` implements several interfaces, including `IMessage\u003cNodeTaint\u003e`, `IEquatable\u003cNodeTaint\u003e`, `IDeepCloneable\u003cNodeTaint\u003e`, `IBufferMessage`, and `IMessage`."],["The `NodeTaint` class has constructor options that include a default empty constructor and a constructor to clone an existing `NodeTaint` object, it also contains three properties, `Effect`, `Key` and `Value`, which represent the three fields of a kubernetes taint."],["It can be found within the `Google.Cloud.Container.V1.dll` assembly and inherits members from the `Object` class, as well as their respective methods."]]],[]]