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 of the Google Cloud Container V1 API is 3.33.0, but the current page details version 3.19.0, and there are several other versions available to access, spanning all the way to 2.3.0."],["`NodeTaint` is a class in the Google Kubernetes Engine v1 API, and represents a Kubernetes taint with key, value, and effect fields, with three potential effects."],["The `NodeTaint` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NodeTaint` class includes properties for `Effect`, `Key`, and `Value`, representing the components of a Kubernetes taint."],["There are two constructors for `NodeTaint`, one default and another for creating a `NodeTaint` object from an existing `NodeTaint` instance."]]],[]]