UpdateStageStatus interface

The status of a UpdateStage.

Properties

afterGates

The list of Gates that will run after this UpdateStage.

afterStageWaitStatus

The status of the wait period configured on the UpdateStage.

beforeGates

The list of Gates that will run before this UpdateStage.

groups

The list of groups to be updated as part of this UpdateStage.

maxConcurrency

The max number of upgrades that can run concurrently across all groups in this stage, resolved from the UpdateStrategy.UpdateStage.maxConcurrency value.

name

The name of the UpdateStage.

status

The status of the UpdateStage.

Property Details

afterGates

The list of Gates that will run after this UpdateStage.

afterGates?: UpdateRunGateStatus[]

Property Value

afterStageWaitStatus

The status of the wait period configured on the UpdateStage.

afterStageWaitStatus?: WaitStatus

Property Value

beforeGates

The list of Gates that will run before this UpdateStage.

beforeGates?: UpdateRunGateStatus[]

Property Value

groups

The list of groups to be updated as part of this UpdateStage.

groups?: UpdateGroupStatus[]

Property Value

maxConcurrency

The max number of upgrades that can run concurrently across all groups in this stage, resolved from the UpdateStrategy.UpdateStage.maxConcurrency value.

maxConcurrency?: number

Property Value

number

name

The name of the UpdateStage.

name?: string

Property Value

string

status

The status of the UpdateStage.

status?: UpdateStatus

Property Value