kubernetes/pkg/master
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 Fix typos in pkg docs 2014-08-28 11:43:35 +02:00
master.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
pod_cache.go Better handling of unbound pods. 2014-10-06 12:27:18 -07:00
pod_cache_test.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
ports.go Add healthz handlers to the controller manager and scheduler 2014-09-12 21:13:33 -07:00