UpdateRunStrategyResponse

Defines the update sequence of the clusters via stages and groups. Stages within a run are executed sequentially one after another. Groups within a stage are executed in parallel. Member clusters within a group are updated sequentially one after another. A valid strategy contains no duplicate groups within or across stages.

Constructors

Link copied to clipboard
constructor(stages: List<UpdateStageResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of stages that compose this update run. Min size: 1.