k3s/pkg/tools
Kelsey Hightower c21a0ca39f Breakup the registry package into separate packages.
Currently all registry implementations live in a single package,
which makes it bit harder to maintain. The different registry
implementations do not follow the same coding style and naming
conventions, which makes the code harder to read.

Breakup the registry package into smaller packages based on
the registry implementation. Refactor the registry packages
to follow a similar coding style and naming convention.

This patch does not introduce any changes in behavior.
2014-08-11 20:58:09 -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 Merge pull request #852 from smarterclayton/deliver_state_on_nil_version 2014-08-11 15:13:15 -07:00
etcd_tools_test.go Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
fake_etcd_client.go Merge pull request #557 from lavalamp/podLocation 2014-08-11 15:27:24 -07:00