We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09691b6 commit 3db2a77Copy full SHA for 3db2a77
internal/orchestrator/helpers.go
@@ -47,6 +47,7 @@ type AppStatusInfo struct {
47
// running: all running
48
// stopped: all stopped
49
// failed: at least one failed
50
+// stopping: at least one stopping
51
// stopped: at least one stopped
52
// starting: at least one starting
53
func parseAppStatus(containers []container.Summary) []AppStatusInfo {
0 commit comments