public enum Condition.Types.StateReference documentation and code samples for the Cloud Run Admin v2 API enum Condition.Types.State.
Represents the possible Condition states.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Fields |
|
|---|---|
| Name | Description |
ConditionFailed |
Terminal state: Reconciliation did not succeed. |
ConditionPending |
Transient state: Reconciliation has not started yet. |
ConditionReconciling |
Transient state: reconciliation is still in progress. |
ConditionSucceeded |
Terminal state: Reconciliation completed successfully. |
Unspecified |
The default value. This value is used if the state is omitted. |