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."],[[["This webpage provides documentation for the `NodeTaint` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning multiple versions from 2.3.0 to the latest 3.33.0."],["`NodeTaint` represents a Kubernetes taint, which is a mechanism for nodes, and it includes three fields: key, value, and effect."],["The `NodeTaint` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of the `NodeTaint` class are Effect, Key, and Value, each serving a critical role in defining the taint behavior and specifics."],["This documentation includes both a constructor and its override to create new `NodeTaint` objects, as well as a list of versions to be able to access the documentation for each one of them."]]],[]]