Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Update dependencies to kubernetes v1.13.0-alpha.1
Browse files Browse the repository at this point in the history
Change-Id: I52caf73749d558383860a9b025f71dd9d5271c1d
  • Loading branch information
dims committed Oct 16, 2018
1 parent 193fb39 commit a75e45c
Show file tree
Hide file tree
Showing 239 changed files with 6,480 additions and 16,679 deletions.
79 changes: 23 additions & 56 deletions Gopkg.lock

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

10 changes: 5 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@ ignored = [

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.12.0"
version = "kubernetes-1.13.0-alpha.1"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.12.0"
version = "kubernetes-1.13.0-alpha.1"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.0"
version = "kubernetes-1.13.0-alpha.1"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.0"
version = "v9.0.0"

[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.12.0"
version = "v1.13.0-alpha.1"

# https://github.com/kubernetes/kubernetes/blob/v1.12.0-beta.1/Godeps/Godeps.json#L3213
[[override]]
Expand Down
2 changes: 1 addition & 1 deletion lib/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import (
ref "k8s.io/client-go/tools/reference"
"k8s.io/client-go/util/workqueue"
"k8s.io/kubernetes/pkg/apis/core/v1/helper"
utilversion "k8s.io/kubernetes/pkg/util/version"
utilversion "k8s.io/apimachinery/pkg/util/version"
)

// annClass annotation represents the storage class associated with a resource:
Expand Down
2 changes: 1 addition & 1 deletion lib/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
testclient "k8s.io/client-go/testing"
"k8s.io/client-go/tools/cache"
ref "k8s.io/client-go/tools/reference"
utilversion "k8s.io/kubernetes/pkg/util/version"
utilversion "k8s.io/apimachinery/pkg/util/version"
)

const (
Expand Down
Loading

0 comments on commit a75e45c

Please sign in to comment.