Module: Google::Cloud::Run::V2::Condition::RevisionReason

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

Overview

Reasons specific to Revision resource.

Constant Summary collapse

REVISION_REASON_UNDEFINED =

Default value.

0
PENDING =

Revision in Pending state.

1
RESERVE =

Revision is in Reserve state.

2
RETIRED =

Revision is Retired.

3
RETIRING =

Revision is being retired.

4
RECREATING =

Revision is being recreated.

5
HEALTH_CHECK_CONTAINER_ERROR =

There was a health check error.

6
CUSTOMIZED_PATH_RESPONSE_PENDING =

Health check failed due to user error from customized path of the container. System will retry.

7
MIN_INSTANCES_NOT_PROVISIONED =

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.

8
ACTIVE_REVISION_LIMIT_REACHED =

The maximum allowed number of active revisions has been reached.

9
NO_DEPLOYMENT =

There was no deployment defined. This value is no longer used, but Services created in older versions of the API might contain this value.

10
HEALTH_CHECK_SKIPPED =

A revision's container has no port specified since the revision is of a manually scaled service with 0 instance count

11
MIN_INSTANCES_WARMING =

A revision with min_instance_count > 0 was created and is waiting for enough instances to begin a traffic migration.

12