k3s/pkg/tools
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
..
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 Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
etcd_tools_test.go Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
fake_etcd_client.go Etcd watcher verification 2014-07-31 14:54:30 -07:00