GoogleCloudRunV1Condition class

Conditions show the status of reconciliation progress on a given resource.

Most resource use a top-level condition type "Ready" or "Completed" to show overall status with other conditions to checkpoint each stage of reconciliation. Note that if metadata.Generation does not equal status.ObservedGeneration, the conditions shown may not be relevant for the current spec.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
lastTransitionTime String?
Last time the condition transitioned from one status to another.
getter/setter pair
message String?
Human readable message indicating details about the current status.
getter/setter pair
reason String?
One-word CamelCase reason for the condition's last transition.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
How to interpret this condition.
getter/setter pair
status String?
Status of the condition, one of True, False, Unknown.
getter/setter pair
type String?
type is used to communicate the status of the reconciliation process.
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