Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The v1.StepState now has an attribute, `TerminationReason`, which holds the reason why the container was terminated. Prior to this, `Terminated.Reason` had to be used. In v1, `Terminated` could be nil, so accessing the reason that way can cause a panic. Signed-off-by: Luiz Carvalho <[email protected]>
- Loading branch information