Google Cloud Run V2 Client - Class RevisionReason (0.5.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Run V2 Client class RevisionReason.
Reasons specific to Revision resource.
Protobuf type google.cloud.run.v2.Condition.RevisionReason
Namespace
Google \ Cloud \ Run \ V2 \ ConditionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REVISION_REASON_UNDEFINED
Value: 0Default value.
Generated from protobuf enum REVISION_REASON_UNDEFINED = 0;
PENDING
Value: 1Revision in Pending state.
Generated from protobuf enum PENDING = 1;
RESERVE
Value: 2Revision is in Reserve state.
Generated from protobuf enum RESERVE = 2;
RETIRED
Value: 3Revision is Retired.
Generated from protobuf enum RETIRED = 3;
RETIRING
Value: 4Revision is being retired.
Generated from protobuf enum RETIRING = 4;
RECREATING
Value: 5Revision is being recreated.
Generated from protobuf enum RECREATING = 5;
HEALTH_CHECK_CONTAINER_ERROR
Value: 6There was a health check error.
Generated from protobuf enum HEALTH_CHECK_CONTAINER_ERROR = 6;
CUSTOMIZED_PATH_RESPONSE_PENDING
Value: 7Health check failed due to user error from customized path of the container. System will retry.
Generated from protobuf enum CUSTOMIZED_PATH_RESPONSE_PENDING = 7;
MIN_INSTANCES_NOT_PROVISIONED
Value: 8A 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.
Generated from protobuf enum MIN_INSTANCES_NOT_PROVISIONED = 8;
ACTIVE_REVISION_LIMIT_REACHED
Value: 9The maximum allowed number of active revisions has been reached.
Generated from protobuf enum ACTIVE_REVISION_LIMIT_REACHED = 9;
NO_DEPLOYMENT
Value: 10There was no deployment defined.
This value is no longer used, but Services created in older versions of the API might contain this value.
Generated from protobuf enum NO_DEPLOYMENT = 10;
HEALTH_CHECK_SKIPPED
Value: 11A revision's container has no port specified since the revision is of a manually scaled service with 0 instance count
Generated from protobuf enum HEALTH_CHECK_SKIPPED = 11;
MIN_INSTANCES_WARMING
Value: 12A revision with min_instance_count > 0 was created and is waiting for enough instances to begin a traffic migration.
Generated from protobuf enum MIN_INSTANCES_WARMING = 12;