Skip to content

Commit f3a9a41

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 f3a9a41

File tree

91 files changed

+15107
-892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+15107
-892
lines changed

Gopkg.lock

Lines changed: 83 additions & 7 deletions
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.1.0"
16+
17+
[[constraint]]
18+
name = "google.golang.org/grpc"
19+
version = "1.17.0"
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.2.0"

0 commit comments

Comments
 (0)