Skip to content

Commit

Permalink
Add connection package for rpc connection logic
Browse files Browse the repository at this point in the history
This change adds `connection` package, which could be imported and
used by the sidecars.
The `CSIConnection` interface combines methods from external-attacher
and driver-registrar.
  • Loading branch information
darkowlzz committed Jan 15, 2019
1 parent 6bb407d commit f3a9a41
Show file tree
Hide file tree
Showing 91 changed files with 15,107 additions and 892 deletions.
90 changes: 83 additions & 7 deletions Gopkg.lock

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

20 changes: 20 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@
go-tests = true
non-go = true
unused-packages = true

[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "1.0.0"

[[constraint]]
name = "github.com/kubernetes-csi/csi-test"
version = "v1.1.0"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.17.0"

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.2.0"

[[constraint]]
name = "github.com/golang/mock"
version = "v1.2.0"
Loading

0 comments on commit f3a9a41

Please sign in to comment.