UnitCondition class

UnitCondition describes the status of an Unit.

UnitCondition is individual components that contribute to an overall state.

Constructors

UnitCondition({String? lastTransitionTime, String? message, String? reason, String? status, String? type})
UnitCondition.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastTransitionTime String?
Last time the condition transited from one status to another.
getter/setter pair
message String?
Human readable message indicating details about the last transition.
getter/setter pair
reason String?
Brief reason for the condition's last transition.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of the condition.
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