k3s/test/integration
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
..
client_test.go Fix integration tests 2014-10-02 12:56:42 -04:00
doc.go Add an integration test for etcd 2014-08-23 11:44:21 -04:00
etcd_tools_test.go Make ResourceVersion a string internally instead of uint64 2014-10-07 19:00:26 -04:00
utils.go Allow server and client to take api version as argument 2014-09-18 23:27:28 -04:00