mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-27 04:00:45 -05:00
To make sure the etcd watcher works, I changed the replication controller to use watch.Interface. I made apiserver support watches on controllers, so replicationController can be run only off of the apiserver. I made sure all the etcd watch testing that used to be in replicationController is now tested on the new etcd watcher in pkg/tools/. |
||
|---|---|---|
| .. | ||
| decoder.go | ||
| decoder_test.go | ||
| doc.go | ||
| etcd_tools.go | ||
| etcd_tools_test.go | ||
| fake_etcd_client.go | ||