RolloutStrategy defines different ways to rollout a resource bundle across a set of clusters.
JSON representation
{// Union field strategy can be only one of the following:"allAtOnce": {object (AllAtOnceStrategy)},"rolling": {object (RollingStrategy)}// End of list of possible types for union field strategy.}
Fields
Union field strategy. strategy defines how updates to a resource bundle should be rolled out across clusters. strategy can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[],[],null,["# RolloutStrategy\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AllAtOnceStrategy](#AllAtOnceStrategy)\n- [RollingStrategy](#RollingStrategy)\n - [JSON representation](#RollingStrategy.SCHEMA_REPRESENTATION)\n\nRolloutStrategy defines different ways to rollout a resource bundle across a set of clusters.\n\nAllAtOnceStrategy\n-----------------\n\nThis type has no fields.\nAllAtOnceStrategy causes all clusters to be updated concurrently.\n\nRollingStrategy\n---------------\n\nRollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated."]]