Module: Google::Cloud::Run::V2::InstanceSplitAllocationType

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

Overview

The type of instance split allocation.

Constant Summary collapse

INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED =

Unspecified instance allocation type.

0
INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST =

Allocates instances to the Service's latest ready Revision.

1
INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION =

Allocates instances to a Revision by name.

2