rolloutCondition property

String? rolloutCondition
getter/setter pair

The conditions that are used to evaluate the success of a rollout step.

If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%". See the conditions reference.

Implementation

core.String? rolloutCondition;