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 page provides reference documentation for the `NodeTaint` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["The `NodeTaint` class represents a Kubernetes taint, which includes fields for key, value, and effect, impacting how pods are scheduled on nodes."],["There is an extensive list of versions of the `NodeTaint` documentation available, with version 3.33.0 being the latest, all the way back to version 2.3.0."],["`NodeTaint` implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, which are related to message handling, equality checks, and object cloning, respectively."],["The class `NodeTaint` has properties for `Key`, `Value`, and `Effect`, which can be set using public methods."]]],[]]