Merge pull request #18635 from timothysc/etcd_client_post_cleanup

Update to use latest etcd client library
This commit is contained in:
Wojciech Tyczynski
2015-12-18 14:14:21 +01:00
19 changed files with 265 additions and 196 deletions

View File

@@ -54,7 +54,7 @@ func ParseWatchResourceVersion(resourceVersion string) (uint64, error) {
field.Invalid(field.NewPath("resourceVersion"), resourceVersion, err.Error()),
})
}
return version + 1, nil
return version, nil
}
// ParseListResourceVersion takes a resource version argument and converts it to