k3s/pkg/controller
Clayton Coleman 4448be2d95 Expose an Encoding/Versioning interface for use with etcd
etcd_tools.go is not dependent on the specific implementation
(which is provided by pkg/api).  All EtcdHelpers are created
with an encoding object which handles Encode/Decode/DecodeInto.
Additional tests added to verify simple atomic flows.

Begins to break up api singleton pattern.
2014-08-03 21:35:33 -04:00
..
doc.go Add test for watch goroutine handling, fix other review comments 2014-06-18 13:10:39 -07:00
replication_controller.go Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
replication_controller_test.go Etcd watcher verification 2014-07-31 14:54:30 -07:00