Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::Condition::RevisionReason.
Reasons specific to Revision resource.
Constants
REVISION_REASON_UNDEFINED
value: 0
Default value.
PENDING
value: 1
Revision in Pending state.
RESERVE
value: 2
Revision is in Reserve state.
RETIRED
value: 3
Revision is Retired.
RETIRING
value: 4
Revision is being retired.
RECREATING
value: 5
Revision is being recreated.
HEALTH_CHECK_CONTAINER_ERROR
value: 6
There was a health check error.
CUSTOMIZED_PATH_RESPONSE_PENDING
value: 7
Health check failed due to user error from customized path of the
container. System will retry.
MIN_INSTANCES_NOT_PROVISIONED
value: 8
A revision with min_instance_count > 0 was created and is reserved, but
it was not configured to serve traffic, so it's not live. This can also
happen momentarily during traffic migration.
ACTIVE_REVISION_LIMIT_REACHED
value: 9
The maximum allowed number of active revisions has been reached.
NO_DEPLOYMENT
value: 10
There was no deployment defined.
This value is no longer used, but Services created in older versions of
the API might contain this value.
HEALTH_CHECK_SKIPPED
value: 11
A revision's container has no port specified since the revision is of a
manually scaled service with 0 instance count
MIN_INSTANCES_WARMING
value: 12
A revision with min_instance_count > 0 was created and is waiting for
enough instances to begin a traffic migration.