Class RolloutStep (1.11.0)

RolloutStep(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single rollout step with specified traffic allocation.

Attributes

NameDescription
display_name str
The name of the rollout step;
traffic_percent int
The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
min_duration google.protobuf.duration_pb2.Duration
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.