RolloutStrategy defines different ways to rollout a resource bundle across a set of clusters.
| JSON representation | 
|---|
| { // Union field | 
| Fields | |
|---|---|
| Union field strategy. Strategy defines how updates to a resource bundle should be rolled out across clusters.strategycan be only one of the following: | |
| allAtOnce | 
 AllAtOnceStrategy causes all clusters to be updated concurrently. | 
| rolling | 
 RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated. | 
AllAtOnceStrategy
This type has no fields.
AllAtOnceStrategy causes all clusters to be updated concurrently.
RollingStrategy
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
| JSON representation | 
|---|
| { "maxConcurrent": integer } | 
| Fields | |
|---|---|
| maxConcurrent | 
 Optional. Maximum number of clusters to update the resource bundle on concurrently. |