kubernetes/vendor/github.com/google/cadvisor/container/raw/watcher.go

type rawContainerWatcher

func NewRawContainerWatcher(includedMetrics container.MetricSet) (watcher.ContainerWatcher, error) {}

func (w *rawContainerWatcher) Start(events chan watcher.ContainerEvent) error {}

func (w *rawContainerWatcher) Stop() error {}

// Watches the specified directory and all subdirectories. Returns whether the path was
// already being watched and an error (if any).
func (w *rawContainerWatcher) watchDirectory(events chan watcher.ContainerEvent, dir string, containerName string) (bool, error) {}

func (w *rawContainerWatcher) processEvent(event *inotify.Event, events chan watcher.ContainerEvent) error {}