Skip to content

Commit b4f0a1c

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 6bb407d commit b4f0a1c

File tree

28 files changed

+11945
-1
lines changed

28 files changed

+11945
-1
lines changed

Gopkg.lock

Lines changed: 58 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
@@ -5,3 +5,23 @@
55
go-tests = true
66
non-go = true
77
unused-packages = true
8+
9+
[[constraint]]
10+
name = "github.com/container-storage-interface/spec"
11+
version = "1.0.0"
12+
13+
[[constraint]]
14+
name = "github.com/kubernetes-csi/csi-test"
15+
version = "v1.0.2"
16+
17+
[[constraint]]
18+
name = "google.golang.org/grpc"
19+
version = "1.9.2"
20+
21+
[[constraint]]
22+
name = "github.com/golang/protobuf"
23+
version = "1.2.0"
24+
25+
[[constraint]]
26+
name = "github.com/golang/mock"
27+
version = "v1.1.1"

0 commit comments

Comments
 (0)