summaryrefslogtreecommitdiff
path: root/libpod/define/podstate.go
Commit message (Collapse)AuthorAge
* Add a Degraded state to podsMatthew Heon2020-10-21
| | | | | | | | | | | | | Make a distinction between pods that are completely running (all containers running) and those that have some containers going, but not all, by introducing an intermediate state between Stopped and Running called Degraded. A Degraded pod has at least one, but not all, containers running; a Running pod has all containers running. First step to a solution for #7213. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* APIv2 review corrections #3Brent Baude2020-01-25
The third pass of corrections for the APIv2. Signed-off-by: Brent Baude <bbaude@redhat.com>