ResourceCondition class
ResourceCondition provides a standard mechanism for higher-level status reporting from controller.
Constructors
- ResourceCondition({String? lastTransitionTime, String? message, String? reason, String? state, String? type})
- ResourceCondition.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastTransitionTime ↔ String?
-
Last time the condition transit from one status to another.
getter/setter pair
- message ↔ String?
-
Human-readable message indicating details about last transition.
getter/setter pair
- reason ↔ String?
-
Machine-readable message indicating details about last transition.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
state of the condition.
Possible string values are:
getter/setter pair
- type ↔ String?
-
Type of the condition.
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