forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#23387 from hongchaodeng/e
Automatic merge from submit-queue storage.Interface KV impl. of etcd v3 This is the initial implementation of kubernetes#22448. The PR consists of two parts: - add godep of "clientv3" and "integration" (for testing) - create new package "etcd3" under "pkg/storage/" - implement KV methods of storage.Interface using etcd v3 APIs - Create, Set, Get, Delete, GetToList, List, GuaranteedUpdate
- Loading branch information
Showing
32 changed files
with
5,437 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
69 changes: 69 additions & 0 deletions
69
Godeps/_workspace/src/github.com/coreos/etcd/clientv3/README.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
51 changes: 51 additions & 0 deletions
51
Godeps/_workspace/src/github.com/coreos/etcd/clientv3/auth.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
244 changes: 244 additions & 0 deletions
244
Godeps/_workspace/src/github.com/coreos/etcd/clientv3/client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.