strategy

@JvmName(name = "kbeereamsvxexmjh")
suspend fun strategy(value: Output<UpdateRunStrategyArgs>)
@JvmName(name = "aousadabgiwpwtwn")
suspend fun strategy(value: UpdateRunStrategyArgs?)

Parameters

value

The strategy defines the order in which the clusters will be updated. If not set, all members will be updated sequentially. The UpdateRun status will show a single UpdateStage and a single UpdateGroup targeting all members. The strategy of the UpdateRun can be modified until the run is started.


@JvmName(name = "erfbhrkqhfxcpsxq")
suspend fun strategy(argument: suspend UpdateRunStrategyArgsBuilder.() -> Unit)

Parameters

argument

The strategy defines the order in which the clusters will be updated. If not set, all members will be updated sequentially. The UpdateRun status will show a single UpdateStage and a single UpdateGroup targeting all members. The strategy of the UpdateRun can be modified until the run is started.