automaticTrafficControl property

bool? automaticTrafficControl
getter/setter pair

Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting.

This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.

Implementation

core.bool? automaticTrafficControl;