$PolicyControllerToleration class

Used by:

  • gkehub:v1 : PolicyControllerToleration
  • gkehub:v2 : PolicyControllerToleration

Constructors

$PolicyControllerToleration({String? effect, String? key, String? operator, String? value})
$PolicyControllerToleration.fromJson(Map json_)

Properties

effect ↔ String?
Matches a taint effect.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
key ↔ String?
Matches a taint key (not necessarily unique).
getter/setter pair
operator ↔ String?
Matches a taint operator.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value ↔ String?
Matches a taint value.
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