Class RolloutStrategyInfo (0.1.0)

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

RolloutStrategyInfo represents the status of execution of different types of rollout strategies. Only the field corresponding to the rollout strategy specified at the rollout resource will be populated.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
all_at_once_strategy_info google.cloud.configdelivery_v1alpha.types.AllAtOnceStrategyInfo
AllAtOnceStrategyInfo represents the status of AllAtOnce rollout strategy execution. This field is a member of oneof_ strategy.
rolling_strategy_info google.cloud.configdelivery_v1alpha.types.RollingStrategyInfo
RollingStrategyInfo represents the status of Rolling rollout strategy execution. This field is a member of oneof_ strategy.