Class RolloutInfo (0.1.0)

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

RolloutInfo represents the state of the FleetPackage at all the clusters the rollout is targeting.

Attributes

Name Description
state google.cloud.configdelivery_v1alpha.types.RolloutInfo.State
Output only. state contains the overall status of the Rollout.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the rollout started.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the rollout completed.
message str
Output only. Message containing additional information related to the rollout.
rollout_strategy_info google.cloud.configdelivery_v1alpha.types.RolloutStrategyInfo
Output only. Rollout strategy info represents the status of execution of rollout strategy.

Classes

State

State(value)

State of the rollout