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 10, 2019
1 parent 6bb407d commit b4f0a1c
Show file tree
Hide file tree
Showing 28 changed files with 11,945 additions and 1 deletion.
59 changes: 58 additions & 1 deletion 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.0.2"

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

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

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

0 comments on commit b4f0a1c

Please sign in to comment.