UpdateRunStatus interface
The status of a UpdateRun.
Properties
node |
The node image upgrade specs for the update run. It is only set in update run when |
stages | The stages composing an update run. Stages are run sequentially withing an UpdateRun. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the UpdateRun. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nodeImageSelection
The node image upgrade specs for the update run. It is only set in update run when NodeImageSelection.type
is Consistent
.
NOTE: This property will not be serialized. It can only be populated by the server.
nodeImageSelection?: NodeImageSelectionStatus
Property Value
stages
The stages composing an update run. Stages are run sequentially withing an UpdateRun. NOTE: This property will not be serialized. It can only be populated by the server.
stages?: UpdateStageStatus[]
Property Value
status
The status of the UpdateRun. NOTE: This property will not be serialized. It can only be populated by the server.
status?: UpdateStatus