diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-02 16:34:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 16:34:40 +0100 |
commit | 86ed329ad1720b3481f7901266ac9081e31b5464 (patch) | |
tree | 10a2c473dd7756f73f5723533f09c0968f9e8e3d /libpod/pod.go | |
parent | 275e9b855dd0a384a283174912c08f3f097101b5 (diff) | |
parent | bbda410526852f608999f6a03c6a5c9096d96ead (diff) | |
download | podman-86ed329ad1720b3481f7901266ac9081e31b5464.tar.gz podman-86ed329ad1720b3481f7901266ac9081e31b5464.tar.bz2 podman-86ed329ad1720b3481f7901266ac9081e31b5464.zip |
Merge pull request #5320 from sujil02/podtest
Add test to validate prune pod apiv2 binding.
Diffstat (limited to 'libpod/pod.go')
-rw-r--r-- | libpod/pod.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/pod.go b/libpod/pod.go index 1b4c06c9d..4cdeb1033 100644 --- a/libpod/pod.go +++ b/libpod/pod.go @@ -88,6 +88,7 @@ type PodInspect struct { type PodInspectState struct { CgroupPath string `json:"cgroupPath"` InfraContainerID string `json:"infraContainerID"` + Status string `json:"status"` } // PodContainerInfo keeps information on a container in a pod |