public sealed class NodeTaint : IMessage<NodeTaint>, IEquatable<NodeTaint>, IDeepCloneable<NodeTaint>, IBufferMessage, IMessage
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.
Implements
IMessageNodeTaint, IEquatableNodeTaint, IDeepCloneableNodeTaint, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodeTaint()
public NodeTaint()
NodeTaint(NodeTaint)
public NodeTaint(NodeTaint other)
Parameter | |
---|---|
Name | Description |
other |
NodeTaint |
Properties
Effect
public NodeTaint.Types.Effect Effect { get; set; }
Effect for taint.
Property Value | |
---|---|
Type | Description |
NodeTaintTypesEffect |
Key
public string Key { get; set; }
Key for taint.
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
Value for taint.
Property Value | |
---|---|
Type | Description |
string |