Module: Google::Cloud::Run::V2::Condition::State

Defined in:
proto_docs/google/cloud/run/v2/condition.rb

Overview

Represents the possible Condition states.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
CONDITION_PENDING =

Transient state: Reconciliation has not started yet.

1
CONDITION_RECONCILING =

Transient state: reconciliation is still in progress.

2
CONDITION_FAILED =

Terminal state: Reconciliation did not succeed.

3
CONDITION_SUCCEEDED =

Terminal state: Reconciliation completed successfully.

4