Files
kubernetes/pkg
k8s-merge-robot 4c58621413 Merge pull request #28966 from liggitt/cache-filter
Automatic merge from submit-queue

Fix watch cache filtering

When serving watch events for a particular namespace, the watch cache filters out events from other namespaces by checking the etcd key of the event's object, and making sure it is prefixed with the root key for the namespace being watched.

The prefix check does not ensure the match occurs on a path segment boundary, so a watch on  namespace `test` is delivered watch events for namespace `test1`.

This tightens the check to ensure the prefix match occurs on a path segment boundary.
2016-07-14 11:22:10 -07:00
..
2016-07-13 11:12:59 -07:00
2016-07-13 15:06:24 +01:00
2016-07-13 15:06:24 +01:00
2016-07-05 22:10:47 +02:00
2016-07-14 13:13:17 -04:00
2016-07-13 15:06:24 +01:00
2016-07-13 15:06:24 +01:00