mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Merge pull request #18635 from timothysc/etcd_client_post_cleanup
Update to use latest etcd client library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user