Skip to content

Commit 9476cf0

Browse files
authored
Merge pull request #19 from sbezverk/csi_v1.0_update
CSI v1.0 update
2 parents 3f4bdb1 + dce91cc commit 9476cf0

Some content is hidden

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

44 files changed

+2669
-1783
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
[[constraint]]
2525
name = "github.com/container-storage-interface/spec"
26-
version = "~0.3.0"
26+
version = "1.0.0-rc2"
2727

2828
[[constraint]]
2929
branch = "master"

cmd/livenessprobe_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222
"time"
2323

24-
csi "github.com/container-storage-interface/spec/lib/go/csi/v0"
24+
csi "github.com/container-storage-interface/spec/lib/go/csi"
2525
"github.com/golang/mock/gomock"
2626
"github.com/kubernetes-csi/csi-test/driver"
2727
"github.com/kubernetes-csi/livenessprobe/pkg/connection"

pkg/connection/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"strings"
2424
"time"
2525

26-
"github.com/container-storage-interface/spec/lib/go/csi/v0"
26+
"github.com/container-storage-interface/spec/lib/go/csi"
2727
"github.com/golang/glog"
2828
"google.golang.org/grpc"
2929
"google.golang.org/grpc/connectivity"

vendor/github.com/container-storage-interface/spec/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/container-storage-interface/spec/.travis.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
66 KB
Binary file not shown.

vendor/github.com/container-storage-interface/spec/CONTRIBUTING.md

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

vendor/github.com/container-storage-interface/spec/OWNERS

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

vendor/github.com/container-storage-interface/spec/README.md

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

0 commit comments

Comments
 (0)