cadvisor/utils
Yann Hodique d8cdae8022 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-10-22 11:53:17 -07:00
..
cloudinfo Cleanup comment style: // should be proceded by a space 2016-10-07 17:06:02 -07:00
container Add the support for kafka in cAdvisor's storage, including output of container id and labels 2016-01-27 21:33:57 -06:00
cpuload Clean up cAdvisor logging 2017-11-27 19:48:05 -08:00
docker fix #1743; move off of docker/engine-api 2017-09-28 11:05:13 -07:00
oomparser fix minor errors revealed by go 1.11 (#2039) 2018-09-10 13:49:37 -07:00
procfs Remove sched stats scraping utils. 2015-01-10 07:08:35 +00:00
sysfs optimize NewRealSysFs() 2017-03-15 12:11:50 +08:00
sysinfo optimize NewRealSysFs() 2017-03-15 12:11:50 +08:00
tail replace golang.org/x/exp/inotify with standalone library 2018-10-22 11:53:17 -07:00
path.go Addressed comments. Another series of bug fixes. 2014-07-22 19:55:14 +00:00
timed_store_test.go Added possibility to not ignore NumStats field in ContainerInfoRequest 2015-12-08 21:29:56 +01:00
timed_store.go Optimize TimedStore to avoid sort on every data add 2016-04-25 16:09:42 -07:00
utils.go Fix cpuset returned in spec on a single core machine. 2015-02-19 18:54:23 +00:00