Class: Google::Cloud::ConfigDelivery::V1::AllAtOnceStrategyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigDelivery::V1::AllAtOnceStrategyInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
AllAtOnceStrategyInfo represents the status of execution of AllAtOnce 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.
632 633 634 635 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 632 class AllAtOnceStrategyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |