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-04-09 UTC."],[[["The latest version available for `NodeTaint` within the `Google.Cloud.Container.V1` namespace is 3.33.0."],["This page provides reference documentation and code samples specifically for the `NodeTaint` class in the Google Kubernetes Engine v1 API."],["`NodeTaint` represents a Kubernetes taint, which consists of a key, a value, and an effect, with the effect limited to `NoSchedule`, `PreferNoSchedule`, or `NoExecute`."],["The `NodeTaint` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, offering several inherited members."],["The class includes properties for the taint's `Effect`, `Key`, and `Value`, each of which has a specific data type and description."]]],[]]