Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 785 Bytes

OperationStatus.md

File metadata and controls

19 lines (12 loc) · 785 Bytes

OperationStatus

OperationStatus defines the observed state of operation

Properties

Name Type Description Notes
conditions List<Condition> Conditions consists of transition information on operation's Phase
duration String Duration tell user how much time was spent to operation
infos Map<String, String> Infos operation customized name-value [optional]
lastScheduleTime datetime [optional]
lastSuccessfulTime datetime [optional]
phase String Phase describes current phase of operation
waitingFor WaitingStatus [optional]