kubernetes/pkg/tools
Clayton Coleman 82bcdd3b3b Make ResourceVersion a string internally instead of uint64
Allows us to define different watch versioning regimes in the future
as well as to encode information with the resource version.

This changes /watch/resources?resourceVersion=3 to start the watch at
4 instead of 3, which means clients can read a resource version and
then send it back to the server. Clients should no longer do math on
resource versions.
2014-10-07 19:00:26 -04: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 Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
etcd_tools_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
etcd_tools_watch.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
etcd_tools_watch_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
fake_etcd_client.go Add ttl parameter to CreateObj 2014-09-25 12:08:14 -07:00