Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeTaint.
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 webpage 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 a key, value, and effect, with the effect having three possible types: `NoSchedule`, `PreferNoSchedule`, or `NoExecute`."],["The class is part of the `Google.Cloud.Container.V1` namespace and is found within the `Google.Cloud.Container.V1.dll` assembly, and the latest version documented is 3.33.0, with version 3.3.0 serving as the main reference."],["The documentation outlines the properties of the `NodeTaint` class, such as `Effect`, `Key`, and `Value`, along with their corresponding data types and descriptions, as well as the constructors."],["This document has a history of versions ranging from 2.3.0 all the way to 3.33.0, with many versions in between."]]],[]]