kubernetes/pkg/tools
Daniel Smith 928092e79e Etcd watcher verification
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/.
2014-07-31 14:54:30 -07:00
..
decoder.go Etcd watcher verification 2014-07-31 14:54:30 -07:00
decoder_test.go Fork API types. 2014-07-24 21:47:08 -07: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 Etcd watcher verification 2014-07-31 14:54:30 -07:00
etcd_tools_test.go Etcd watcher verification 2014-07-31 14:54:30 -07:00
fake_etcd_client.go Etcd watcher verification 2014-07-31 14:54:30 -07:00