Skip to content

Commit 9aed34b

Browse files
authored
Merge pull request #43 from davidz627/csi0.2compat
Basic Compatability with CSI v0.2.0
2 parents 43b2ae8 + 40f5be2 commit 9aed34b

Some content is hidden

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

76 files changed

+4067
-3227
lines changed

Gopkg.lock

Lines changed: 121 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"net"
2323
"sync"
2424

25-
"github.com/container-storage-interface/spec/lib/go/csi"
25+
csi "github.com/container-storage-interface/spec/lib/go/csi/v0"
2626
"github.com/kubernetes-csi/csi-test/utils"
2727
"google.golang.org/grpc"
2828
"google.golang.org/grpc/reflection"

0 commit comments

Comments
 (0)