diff options
author | baude <bbaude@redhat.com> | 2018-08-08 15:16:01 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-17 07:55:36 +0000 |
commit | bf741b3ea30f9431775f03cca081758efcb780b1 (patch) | |
tree | 07e1b78dc585c2f4c70c04ef49b8c7cd92d59193 /libpod/container_ffjson.go | |
parent | 1b87fbc591bf13bc7ba55d5a70334237fe8620d7 (diff) | |
download | podman-bf741b3ea30f9431775f03cca081758efcb780b1.tar.gz podman-bf741b3ea30f9431775f03cca081758efcb780b1.tar.bz2 podman-bf741b3ea30f9431775f03cca081758efcb780b1.zip |
podman pod stats
add the ability to monitor container statistics in a pod.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #1265
Approved by: rhatdan
Diffstat (limited to 'libpod/container_ffjson.go')
-rw-r--r-- | libpod/container_ffjson.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_ffjson.go b/libpod/container_ffjson.go index 4ae77eb0c..d843beb48 100644 --- a/libpod/container_ffjson.go +++ b/libpod/container_ffjson.go @@ -1,5 +1,5 @@ // Code generated by ffjson <https://github.com/pquerna/ffjson>. DO NOT EDIT. -// source: /home/mcs/code/gopath//src/github.com/containers/libpod/libpod/container.go +// source: libpod/container.go package libpod |