Share via


UpdateRunStatus interface

The status of a UpdateRun.

Properties

nodeImageSelection

The node image upgrade specs for the update run. It is only set in update run when NodeImageSelection.type is Consistent.

stages

The stages composing an update run. Stages are run sequentially withing an UpdateRun.

status

The status of the UpdateRun.

Property Details

nodeImageSelection

The node image upgrade specs for the update run. It is only set in update run when NodeImageSelection.type is Consistent.

nodeImageSelection?: NodeImageSelectionStatus

Property Value

stages

The stages composing an update run. Stages are run sequentially withing an UpdateRun.

stages?: UpdateStageStatus[]

Property Value

status

The status of the UpdateRun.

status?: UpdateStatus

Property Value