Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class RollingStrategyInfo.
RollingStrategyInfo represents the status of execution of Rolling rollout strategy.
Generated from protobuf message google.cloud.configdelivery.v1beta.RollingStrategyInfo
Namespace
Google \ Cloud \ ConfigDelivery \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ clusters |
array<ClusterInfo>
Unordered list. resource bundle's deployment status for all targeted clusters. |
getClusters
Unordered list. resource bundle's deployment status for all targeted clusters.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setClusters
Unordered list. resource bundle's deployment status for all targeted clusters.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ClusterInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|