Skip to content

Commit

Permalink
update vendor to latest kubernetes 1.14.0
Browse files Browse the repository at this point in the history
some of the kubernetes independent
packages are moved out of the tree to
new projects.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 committed Apr 3, 2019
1 parent 7b4bdd8 commit 35430e6
Show file tree
Hide file tree
Showing 401 changed files with 43,963 additions and 14,537 deletions.
183 changes: 83 additions & 100 deletions Gopkg.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
version = "1.10.0"

[[constraint]]
version = "kubernetes-1.13.3"
version = "kubernetes-1.14.0"
name = "k8s.io/apimachinery"

[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.13.3"
version = "v1.14.0"

[[override]]
version = "kubernetes-1.13.3"
version = "kubernetes-1.14.0"
name = "k8s.io/api"

[[override]]
Expand All @@ -28,7 +28,7 @@

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.3"
version = "kubernetes-1.14.0"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion pkg/cephfs/controllerserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"
"k8s.io/kubernetes/pkg/util/keymutex"
"k8s.io/utils/keymutex"
)

// ControllerServer struct of CEPH CSI driver with supported methods of CSI
Expand Down
2 changes: 1 addition & 1 deletion pkg/cephfs/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"k8s.io/klog"
"k8s.io/kubernetes/pkg/util/keymutex"
"k8s.io/utils/keymutex"
)

// NodeServer struct of ceph CSI driver with supported methods of CSI
Expand Down
2 changes: 1 addition & 1 deletion pkg/cephfs/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (

"github.com/ceph/ceph-csi/pkg/util"
"github.com/container-storage-interface/spec/lib/go/csi"
"k8s.io/kubernetes/pkg/util/keymutex"
"k8s.io/kubernetes/pkg/util/mount"
"k8s.io/utils/keymutex"
)

type volumeID string
Expand Down
2 changes: 1 addition & 1 deletion pkg/rbd/rbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/container-storage-interface/spec/lib/go/csi"
"k8s.io/klog"
"k8s.io/kubernetes/pkg/util/mount"
"k8s.io/kubernetes/pkg/util/nsenter"
"k8s.io/utils/exec"
"k8s.io/utils/nsenter"
)

// PluginFolder defines the location of rbdplugin
Expand Down
2 changes: 1 addition & 1 deletion pkg/rbd/rbd_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/pkg/errors"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/klog"
"k8s.io/kubernetes/pkg/util/keymutex"
"k8s.io/utils/keymutex"
)

const (
Expand Down
15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

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

145 changes: 145 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

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

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

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

Loading

0 comments on commit 35430e6

Please sign in to comment.