proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.5.0 vs proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.6.0
- old
+ new
@@ -176,9 +176,13 @@
NO_DEPLOYMENT = 10
# A revision's container has no port specified since the revision is of a
# manually scaled service with 0 instance count
HEALTH_CHECK_SKIPPED = 11
+
+ # A revision with min_instance_count > 0 was created and is waiting for
+ # enough instances to begin a traffic migration.
+ MIN_INSTANCES_WARMING = 12
end
# Reasons specific to Execution resource.
module ExecutionReason
# Default value.