Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeTaint.
Kubernetes taint is composed 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 Kubernetes Engine v1 API represents a Kubernetes taint, which is composed of a key, a value, and an effect."],["This class is part of the `Google.Cloud.Container.V1` namespace and is available in the `Google.Cloud.Container.V1.dll` assembly, with the latest being version 3.33.0."],["`NodeTaint` can implement `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits from the `object` class."],["The `NodeTaint` class includes properties such as `Effect`, `Key`, and `Value` to define the taint's behavior, identifiers, and associated information, respectively."],["There are multiple versions of the `NodeTaint` class, with each version having its own reference documentation."]]],[]]