Files
kubernetes/pkg
k8s-merge-robot 616af686cb Merge pull request #23694 from hongchaodeng/w
Automatic merge from submit-queue

etcd3/store: watcher implementation

ref: https://github.com/kubernetes/kubernetes/issues/22448

This PR does:
- Provide a watcher that uses etcd v3 API to watch changes via etcd and process them based on existing logic of storage.Interface.Watch(), WatchList().
- By using the watcher, very trivial to implement Watch() and WatchList() in etcd3 storage.Interface implementation.
2016-04-18 08:23:13 -07:00
..
2016-03-02 16:21:16 +01:00
2016-03-17 09:30:02 +01:00
2016-04-16 10:18:43 -04:00
2016-04-15 12:07:57 +02:00
2016-04-14 17:05:46 -07:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00