Class: Google::Cloud::ConfigDelivery::V1::RollingStrategyInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/configdelivery/v1/config_delivery.rb

Overview

RollingStrategyInfo represents the status of execution of Rolling rollout strategy.

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Array<::Google::Cloud::ConfigDelivery::V1::ClusterInfo>

Returns Unordered list. resource bundle's deployment status for all targeted clusters.

Returns:



643
644
645
646
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 643

class RollingStrategyInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end