Skip to content

Commit

Permalink
Merge pull request #23387 from hongchaodeng/e
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

storage.Interface KV impl. of etcd v3

This is the initial implementation of #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
k8s-merge-robot committed Mar 31, 2016
2 parents d41d505 + 00ddf06 commit d807690
Show file tree
Hide file tree
Showing 32 changed files with 5,437 additions and 10 deletions.
10 changes: 10 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

422 changes: 422 additions & 0 deletions Godeps/LICENSES

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions 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.

51 changes: 51 additions & 0 deletions 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.

244 changes: 244 additions & 0 deletions 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.

Loading

1 comment on commit d807690

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 20304 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 267 Build time: 00:06:20

Please sign in to comment.