NodeSpec class
Constructors
-
NodeSpec({String? name, Map<
String, String> labels = const {}, NodeSpecRoleEnum? role, NodeSpecAvailabilityEnum? availability}) - Returns a new NodeSpec instance.
Properties
- availability ↔ NodeSpecAvailabilityEnum?
-
Availability of the node.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
-
labels
↔ Map<
String, String> -
User-defined key/value metadata.
getter/setter pair
- name ↔ String?
-
Name for the node.
getter/setter pair
- role ↔ NodeSpecRoleEnum?
-
Role of the node.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → NodeSpec? -
Returns a new NodeSpec instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< NodeSpec> -
mapFromJson(
dynamic json) → Map< String, NodeSpec> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< NodeSpec> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.