mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-22 09:21:19 -05:00
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. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| etcd_tools.go | ||
| etcd_tools_test.go | ||
| etcd_tools_watch.go | ||
| etcd_tools_watch_test.go | ||
| fake_etcd_client.go | ||