Skip to content

Commit a22a157

Browse files
committed
update vendor to k8s 1.14.0
1 parent 0373243 commit a22a157

File tree

11 files changed

+391
-1760
lines changed

11 files changed

+391
-1760
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,26 @@ required = [
1414
version = "=1.0.0" # Set this to exactly 1.0.0 until we can update test code to handle 1.1.0
1515

1616

17-
# Branches are used for k8s.io constraints because at the
18-
# moment we need latest 1.14 APIs for external-provisioner.
19-
# This can be set to an official 1.14 tag once 1.14 is released.
2017
# The dependency on external-provisioner should be removed with #60.
2118
[[constraint]]
2219
name = "k8s.io/api"
23-
branch = "release-1.14"
20+
version = "kubernetes-1.14.0"
2421

2522
[[constraint]]
2623
name = "k8s.io/apimachinery"
27-
branch = "release-1.14"
24+
version = "kubernetes-1.14.0"
2825

2926
[[constraint]]
3027
name = "k8s.io/client-go"
31-
branch = "release-11.0"
28+
version = "kubernetes-1.14.0"
3229

3330
[[constraint]]
3431
name = "k8s.io/code-generator"
35-
branch = "release-1.14"
32+
version = "kubernetes-1.14.0"
3633

3734
[[constraint]]
3835
name = "k8s.io/apiextensions-apiserver"
39-
branch = "release-1.14"
36+
version = "kubernetes-1.14.0"
4037

4138
[prune]
4239
non-go = true

vendor/github.com/golang/glog/LICENSE

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)