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-03-21 UTC."],[[["This webpage provides documentation for the `NodeTaint` class within the Google Kubernetes Engine v1 API, detailing its properties and usage."],["The latest version of the `NodeTaint` documentation is 3.33.0, with a comprehensive list of previous versions ranging from 3.32.0 down to 2.3.0."],["The `NodeTaint` class, which is used for defining Kubernetes taints, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the .NET ecosystem."],["The `NodeTaint` class contains three main properties: `Effect`, `Key` and `Value`, used to define the taint's behavior, its identifier and its associated value."],["The documentation includes information on the inheritance structure of the `NodeTaint` class, along with a description of the constructors available for creating `NodeTaint` objects, and the different parameters the constructors can receive."]]],[]]