kubernetes/pkg/runtime
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 Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
embedded.go Remove unnecessary EmbeddedObjects 2014-09-22 16:03:07 -04:00
embedded_test.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
extension.go runtime.RawExtension must copy the buffer, not use it 2014-09-22 15:57:37 -04:00
helper.go restore test that somehow vanished + add SetList 2014-09-25 12:07:07 -07:00
helper_test.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
interfaces.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
jsonbase.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
jsonbase_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
scheme.go fix extra un-cosmetic extraneous code. 2014-10-07 14:08:18 -07:00
scheme_test.go Rename JSONBase -> TypeMeta in preparation for v1beta3 2014-10-07 11:12:16 -04:00
types.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00