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-04-09 UTC."],[[["This webpage provides documentation for the `NodeTaint` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of this documentation is available under version 3.33.0, while this page is for version 3.24.0, and there are many versions listed, ranging from 3.33.0 to 2.3.0."],["The `NodeTaint` class, which implements several interfaces, represents a Kubernetes taint with properties for key, value, and effect."],["The key, value, and effect properties of the NodeTaint class are accessible and modifiable through public string `Key`, public string `Value` and public NodeTaint.Types.Effect `Effect` respectively."]]],[]]