Module: Google::Cloud::Run::V2::TrafficTargetAllocationType

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

Overview

The type of instance allocation.

Constant Summary collapse

TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED =

Unspecified instance allocation type.

0
TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST =

Allocates instances to the Service's latest ready Revision.

1
TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION =

Allocates instances to a Revision by name.

2