UpdateRunStrategyArgs

data class UpdateRunStrategyArgs(val stages: Output<List<UpdateStageArgs>>) : ConvertibleToJava<UpdateRunStrategyArgs>

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: Output<List<UpdateStageArgs>>)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): UpdateRunStrategyArgs