Skip to content

Commit

Permalink
Merge pull request #19 from sbezverk/csi_v1.0_update
Browse files Browse the repository at this point in the history
CSI v1.0 update
  • Loading branch information
k8s-ci-robot authored Nov 15, 2018
2 parents 3f4bdb1 + dce91cc commit 9476cf0
Show file tree
Hide file tree
Showing 44 changed files with 2,669 additions and 1,783 deletions.
47 changes: 37 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

[[constraint]]
branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion cmd/livenessprobe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"testing"
"time"

csi "github.com/container-storage-interface/spec/lib/go/csi/v0"
csi "github.com/container-storage-interface/spec/lib/go/csi"
"github.com/golang/mock/gomock"
"github.com/kubernetes-csi/csi-test/driver"
"github.com/kubernetes-csi/livenessprobe/pkg/connection"
Expand Down
2 changes: 1 addition & 1 deletion pkg/connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"strings"
"time"

"github.com/container-storage-interface/spec/lib/go/csi/v0"
"github.com/container-storage-interface/spec/lib/go/csi"
"github.com/golang/glog"
"google.golang.org/grpc"
"google.golang.org/grpc/connectivity"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9476cf0

Please sign in to comment.