Merge pull request #6731 from baude/toolboxjson

Add JSON output field for ps
This commit is contained in:
OpenShift Merge Robot
2020-06-23 14:14:43 -04:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,8 @@ type ListContainer struct {
Command []string
// Container creation time
Created int64
// Human readable container creation time.
CreatedAt string
// If container has exited/stopped
Exited bool
// Time container exited