Files
kubernetes/pkg
Clayton Coleman ce36431954 WatchList should not convey events for the root key
It's possible to watch /foo/bar, get events for /foo/bar/baz,
and then if someone deletes /foo/bar you'll get an event for /foo/bar
without a value.  This results in an error being printed in the logs
because /foo/bar has value "" and we can't decode that.

This commit excludes the parent directory from watch events for now.
2015-01-15 16:00:49 -05:00
..
2015-01-12 15:20:01 -08:00
2015-01-14 15:22:21 -08:00
2014-12-19 12:28:51 -08:00
2015-01-14 17:38:48 -08:00
2015-01-14 15:22:21 -08:00
2015-01-14 15:22:21 -08:00
2015-01-07 11:22:53 -08:00