diff options
author | haircommander <pehunt@redhat.com> | 2018-08-16 18:26:24 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-23 15:01:17 +0000 |
commit | 88df4ea0f97f2892a6fd588bd3abfad1db634629 (patch) | |
tree | 9ecea1234ccf25488095c9b2150ad625c21a3716 /vendor.conf | |
parent | 6c253d00554d5f5c17cc7bbb76e9658f277ab129 (diff) | |
download | podman-88df4ea0f97f2892a6fd588bd3abfad1db634629.tar.gz podman-88df4ea0f97f2892a6fd588bd3abfad1db634629.tar.bz2 podman-88df4ea0f97f2892a6fd588bd3abfad1db634629.zip |
Add podman pod top
Using the vendored changes from psgo, incorporate JoinNamespaceAndProcessInfoByPids to get process information for each pid namespace of running containers in the pod. Also added a man page, and tests.
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #1298
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 86278ae05..4a2e82e7a 100644 --- a/vendor.conf +++ b/vendor.conf @@ -12,7 +12,7 @@ github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 github.com/containers/image 134f99bed228d6297dc01d152804f6f09f185418 github.com/containers/storage 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 -github.com/containers/psgo master +github.com/containers/psgo 5dde6da0bc8831b35243a847625bcf18183bd1ee github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master github.com/cyphar/filepath-securejoin v0.2.1 |