ConfigurationStatus class

ConfigurationStatus communicates the observed state of the Configuration (from the controller).

Constructors

ConfigurationStatus({List<GoogleCloudRunV1Condition>? conditions, String? latestCreatedRevisionName, String? latestReadyRevisionName, int? observedGeneration})
ConfigurationStatus.fromJson(Map json_)

Properties

conditions List<GoogleCloudRunV1Condition>?
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latestCreatedRevisionName String?
LatestCreatedRevisionName is the last revision that was created from this Configuration.
getter/setter pair
latestReadyRevisionName String?
LatestReadyRevisionName holds the name of the latest Revision stamped out from this Configuration that has had its "Ready" condition become "True".
getter/setter pair
observedGeneration int?
ObservedGeneration is the 'Generation' of the Configuration that was last processed by the controller.
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited