instanceSplits property

List<GoogleCloudRunV2InstanceSplit>? instanceSplits
getter/setter pair

Specifies how to distribute instances over a collection of Revisions belonging to the WorkerPool.

If instance split is empty or not provided, defaults to 100% instances assigned to the latest Ready Revision.

Optional.

Implementation

core.List<GoogleCloudRunV2InstanceSplit>? instanceSplits;