Skip to content

Commit 377c014

Browse files
committed
Add connection package for rpc connection logic
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.
1 parent 5853414 commit 377c014

File tree

28 files changed

+11932
-1
lines changed

28 files changed

+11932
-1
lines changed

Gopkg.lock

Lines changed: 45 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,23 @@
44
[prune]
55
go-tests = true
66
unused-packages = true
7+
8+
[[constraint]]
9+
name = "github.com/container-storage-interface/spec"
10+
version = "1.0.0"
11+
12+
[[constraint]]
13+
name = "github.com/kubernetes-csi/csi-test"
14+
version = "v1.0.2"
15+
16+
[[constraint]]
17+
name = "google.golang.org/grpc"
18+
version = "1.9.2"
19+
20+
[[constraint]]
21+
name = "github.com/golang/protobuf"
22+
version = "1.2.0"
23+
24+
[[constraint]]
25+
name = "github.com/golang/mock"
26+
version = "v1.1.1"

0 commit comments

Comments
 (0)