traffic property

List<GoogleCloudRunV2TrafficTarget>? traffic
getter/setter pair

Specifies how to distribute traffic over a collection of Revisions belonging to the Service.

If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.

Implementation

core.List<GoogleCloudRunV2TrafficTarget>? traffic;