Update Run Status Response
data class UpdateRunStatusResponse(val nodeImageSelection: NodeImageSelectionStatusResponse, val stages: List<UpdateStageStatusResponse>, val status: UpdateStatusResponse)
The status of a UpdateRun.
Constructors
Link copied to clipboard
constructor(nodeImageSelection: NodeImageSelectionStatusResponse, stages: List<UpdateStageStatusResponse>, status: UpdateStatusResponse)
Properties
Link copied to clipboard
The node image upgrade specs for the update run. It is only set in update run when NodeImageSelection.type
is Consistent
.
Link copied to clipboard
The stages composing an update run. Stages are run sequentially withing an UpdateRun.
Link copied to clipboard
The status of the UpdateRun.