cadvisor/manager
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
..
watcher replace golang.org/x/exp/inotify with standalone library 2018-10-22 11:53:17 -07:00
container_test.go add utils/clock dependency 2017-11-21 16:19:57 -08:00
container.go Merge pull request #1859 from andyxning/reduce_labels_for_container_info 2018-02-21 08:33:17 -08:00
manager_test.go add raw container cgroup path prefix whitelist 2018-04-16 12:05:51 +08:00
manager.go Get rid of lock during list containers (#2024) 2018-08-29 13:06:28 -07:00