kubernetes/pkg/tools
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
..
doc.go Move etcd helpers to tools package so they can depend on api package. Add ResourceVersion, hook it up to etcd index to get atomic PUTs. 2014-07-02 15:42:05 -07:00
etcd_tools.go fixed bug in tools.NewEtcdClientStartServerIfNecessary 2014-12-03 12:58:03 -08:00
etcd_tools_test.go Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
etcd_tools_watch.go WatchList should not convey events for the root key 2015-01-15 16:00:49 -05:00
etcd_tools_watch_test.go WatchList should not convey events for the root key 2015-01-15 16:00:49 -05:00
fake_etcd_client.go Move locks on watch to allow testing blocking 2015-01-07 14:38:38 -05:00