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.  | 
| 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[]