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 page provides documentation for the `NodeTaint` class within the `Google.Cloud.Container.V1` namespace, covering multiple versions from 2.3.0 to the latest 3.33.0."],["`NodeTaint` represents a Kubernetes taint, which consists of a key, a value, and an effect, and is used to control node scheduling and behavior."],["The `NodeTaint` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["The class has a constructor and properties including `Effect`, `Key`, and `Value` that allow you to get and set different aspects of a NodeTaint."],["There are several listed versions of the `NodeTaint` class provided, giving the user the ability to review documentation of the different historical versions of the class."]]],[]]