podman/pkg
haircommander 63dd200e7e Changed GetContainerStats to return ErrCtrStateInvalid
This results in some functionality changes:

If a ErrCtrStateInvalid is returned to GetPodStats, the container is ommitted from the stats.
As such, if an empty slice of Container stats are returned to GetPodStats in varlink, an error will occur.
GetContainerStats will return the ErrCtrStateInvalid as well.
Finally, if ErrCtrStateInvalid is returned to the podman stats call, the container will be ommitted from the stats.

Signed-off-by: haircommander <pehunt@redhat.com>

Closes: #1319
Approved by: baude
2018-08-23 15:58:08 +00:00
..
annotations Spell check strings and comments 2018-05-25 08:45:15 +00:00
apparmor pkg/apparmor: use a pipe instead of a tmp file 2018-08-14 14:25:14 +00:00
chrootuser changes to allow for darwin compilation 2018-06-29 20:44:09 +00:00
ctime ctime: Drop 32-/64-bit distinction on Linux 2018-07-07 20:35:00 +00:00
hooks Fix a bug with hook ALWAYS matching with a process 2018-08-22 11:48:43 +00:00
inspect Add missing runtime.go lines to set namespace 2018-07-24 16:12:31 -04:00
kubeutils Remove dependency on kubernetes 2018-03-27 21:55:33 +00:00
netns Fix godoc comment in pkg/netns 2018-07-27 02:48:16 +00:00
registrar Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
registries switch projectatomic to containers 2018-08-16 17:12:36 +00:00
rootless rootless: fix user lookup if USER= is not set 2018-08-08 09:27:27 +00:00
secrets switch projectatomic to containers 2018-08-16 17:12:36 +00:00
spec rootless: fix --net host --privileged 2018-08-22 20:32:27 +00:00
util podman: provide a default UID mapping when non root 2018-06-15 14:53:18 +00:00
varlinkapi Changed GetContainerStats to return ErrCtrStateInvalid 2018-08-23 15:58:08 +00:00