NodeTaint class

NodeTaint applied to every Kubernetes node in a node pool.

Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.

Constructors

NodeTaint({String? effect, String? key, String? value})
NodeTaint.fromJson(Map json_)

Properties

effect String?
The taint effect. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
Key associated with the effect.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
Value associated with the effect.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited