kubernetes/pkg/registry
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
..
binding Add ctx to registry test cases 2014-09-26 15:19:22 -04:00
controller Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
endpoint Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
etcd Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
minion Fix mismatched arg and formatter in Errorf 2014-10-07 14:03:06 -07:00
pod Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
registrytest Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
service Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00