OperationStatus defines the observed state of operation
| Name | Type | Description | Notes |
|---|---|---|---|
| conditions | list[Condition] | Conditions consists of transition information on operation's Phase | |
| duration | str | Duration tell user how much time was spent to operation | [default to ''] |
| infos | dict(str, str) | Infos operation customized name-value | [optional] |
| last_schedule_time | datetime | [optional] | |
| last_successful_time | datetime | [optional] | |
| node_affinity | V1NodeAffinity | [optional] | |
| phase | str | Phase describes current phase of operation | [default to ''] |
| waiting_for | WaitingStatus | [optional] |