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 version 3.21.0 and other versions of the API as well."],["The `NodeTaint` class is used to define Kubernetes taints, which are composed of a key, value, and an effect that can be NoSchedule, PreferNoSchedule, or NoExecute."],["The documentation outlines the inheritance structure of the `NodeTaint` class, as well as the interfaces it implements, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and describes it's constructors and properties."],["The page lists available version numbers of the API for reference, ranging from 3.33.0 down to 2.3.0, with links to each specific version's documentation."]]],[]]