UpdateRunStrategyArgs

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

The UpdateRunStrategy configures the sequence of Stages and Groups in which the clusters will be updated.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

The list of stages that compose this update run.