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 latest version available for the Google.Cloud.Container.V1 API is 3.33.0, with a range of versions from 2.3.0 to 3.33.0 documented."],["The `NodeTaint` class, part of the Google Kubernetes Engine v1 API, is detailed in the provided documentation, and it represents a Kubernetes taint."],["A Kubernetes taint, as represented by the `NodeTaint` class, is defined by three fields: key, value, and effect, where the effect can be NoSchedule, PreferNoSchedule, or NoExecute."],["The `NodeTaint` class has properties such as `Effect`, `Key`, and `Value` and has constructors that create a new `NodeTaint` or duplicate an existing one."],["The `NodeTaint` class inherits from object and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]