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 accessible for reference."],["The `NodeTaint` class in the Google Kubernetes Engine v1 API, is a structure that defines a Kubernetes taint, consisting of a key, a value, and an effect."],["The `NodeTaint` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting advanced functionalities."],["`NodeTaint` objects can be constructed either without parameters, or with another instance of `NodeTaint` as a parameter, facilitating cloning."],["Key properties of `NodeTaint` include `Effect`, `Key`, and `Value`, allowing for the configuration of taint characteristics in a Kubernetes environment."]]],[]]