kubernetes/pkg/api/errors
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
..
etcd Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
doc.go Add several missing pkg Godoc files 2014-09-02 13:41:11 +02:00
errors_test.go Caps for CauseType 2014-09-27 21:48:35 -07:00
errors.go handle watch errors everywhere 2014-09-22 17:37:12 -07:00
validation_test.go Move ErrorList to util 2014-10-06 12:12:35 -07:00
validation.go Move ErrorList to util 2014-10-06 12:12:35 -07:00