Commit 4b56820 1 parent b9eebf7 commit 4b56820 Copy full SHA for 4b56820
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ module {{ .Repo }}
43
43
go 1.12
44
44
45
45
require (
46
- sigs.k8s.io/controller-runtime v0.2.0-beta.5
46
+ sigs.k8s.io/controller-runtime v0.2.0-rc.0
47
47
)
48
48
`
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ docker-push:
106
106
# download controller-gen if necessary
107
107
controller-gen:
108
108
ifeq (, $(shell which controller-gen))
109
- go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.4
109
+ go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-rc.0
110
110
CONTROLLER_GEN=$(GOBIN)/controller-gen
111
111
else
112
112
CONTROLLER_GEN=$(shell which controller-gen)
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ docker-push:
62
62
# download controller-gen if necessary
63
63
controller-gen :
64
64
ifeq (, $(shell which controller-gen) )
65
- go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.4
65
+ go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-rc.0
66
66
CONTROLLER_GEN =$(GOBIN ) /controller-gen
67
67
else
68
68
CONTROLLER_GEN =$(shell which controller-gen)
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ require (
9
9
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
10
10
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
11
11
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
12
- sigs.k8s.io/controller-runtime v0.2.0-beta.5
12
+ sigs.k8s.io/controller-runtime v0.2.0-rc.0
13
13
)
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c h1:3KSCztE7gPitlZmWbNwue/
116
116
k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c /go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc =
117
117
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 h1:VBM/0P5TWxwk+Nw6Z+lAw3DKgO76g90ETOiA6rfLV1Y =
118
118
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 /go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew =
119
- sigs.k8s.io/controller-runtime v0.2.0-beta.5 h1:W2jTb239QEwQ+HejhTCF9GriFPy2zmo1I6pPmJTeEy8 =
120
- sigs.k8s.io/controller-runtime v0.2.0-beta.5 /go.mod h1:HweyYKQ8fBuzdu2bdaeBJvsFgAi/OqBBnrVGXcqKhME =
119
+ sigs.k8s.io/controller-runtime v0.2.0-rc.0 h1:49JLOielmXfrd44Cmk2c0eeIkQ/Vq4AvfqsZqya16/E =
120
+ sigs.k8s.io/controller-runtime v0.2.0-rc.0 /go.mod h1:HweyYKQ8fBuzdu2bdaeBJvsFgAi/OqBBnrVGXcqKhME =
121
121
sigs.k8s.io/testing_frameworks v0.1.1 h1:cP2l8fkA3O9vekpy5Ks8mmA0NW/F7yBdXf8brkWhVrs =
122
122
sigs.k8s.io/testing_frameworks v0.1.1 /go.mod h1:VVBKrHmJ6Ekkfz284YKhQePcdycOzNH9qL6ht1zEr/U =
123
123
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs =
You can’t perform that action at this time.
0 commit comments