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 NodeTaint API is 3.33.0, and a range of previous versions are documented, spanning from 3.32.0 down to 2.3.0."],["NodeTaint is a class within the Google Kubernetes Engine v1 API used to manage Kubernetes taints, which include a key, value, and effect."],["The Effect property of a NodeTaint can only be one of three types: NoSchedule, PreferNoSchedule, or NoExecute, which determine how the taint affects scheduling."],["The NodeTaint class includes properties for setting the `Effect`, `Key`, and `Value`, which are essential components of a Kubernetes taint."],["The NodeTaint class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."]]],[]]