cadvisor/container
Yann Hodique 289e560efd replace golang.org/x/exp/inotify with standalone library
context: kubernetes/kubernetes#68478

The inotify code was removed from golang.org/x/exp several years ago. Therefore
importing it from that path prevents downstream consumers from using any module
that makes use of more recent features of golang.org/x/exp.

Given that this code is by definition frozen and that the long term path should
be to migrate to fsnotify, replacing the current code by an identical standalone
copy doesn't have maintenance cost, and will unlock other activities for
kubernetes for example.
2018-09-28 08:48:12 -07:00
..
common replace golang.org/x/exp/inotify with standalone library 2018-09-28 08:48:12 -07:00
containerd don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
crio don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
docker don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
libcontainer Merge pull request #2034 from usabilla/mapped_file 2018-08-29 10:25:29 -07:00
mesos Avoid too many mesos errors in logs when mesos is not present 2018-09-26 16:41:32 -04:00
raw don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
rkt don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
systemd don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00
testing Add in the ability to expose the ip address of a container. 2016-07-13 13:58:43 -04:00
container.go Add mesos containerizer support 2018-06-28 22:07:55 +00:00
factory_test.go Move mocks to testing package to remove +build tags 2016-07-06 14:15:43 -07:00
factory.go don't emit prometheus metrics that are ignored 2018-07-09 13:17:49 -07:00