PreferredSchedulingTerm class
An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
Constructors
- PreferredSchedulingTerm({required NodeSelectorTerm preference, required int weight})
-
Default constructor.
const
-
PreferredSchedulingTerm.fromJson(Map<
String, dynamic> json) -
Creates a PreferredSchedulingTerm from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preference → NodeSelectorTerm
-
A node selector term, associated with the corresponding weight.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight → int
-
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a PreferredSchedulingTerm instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited