Commit c62a4c5 1 parent a8b683d commit c62a4c5 Copy full SHA for c62a4c5
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.1
46
+ sigs.k8s.io/controller-runtime v0.2.0-beta.2
47
47
)
48
48
`
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docker-push:
101
101
# download controller-gen if necessary
102
102
controller-gen:
103
103
ifeq (, $(shell which controller-gen))
104
- go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.1
104
+ go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.2
105
105
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
106
106
else
107
107
CONTROLLER_GEN=$(shell which controller-gen)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ docker-push:
57
57
# download controller-gen if necessary
58
58
controller-gen :
59
59
ifeq (, $(shell which controller-gen) )
60
- go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.1
60
+ go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.0-beta.2
61
61
CONTROLLER_GEN =$(shell go env GOPATH) /bin/controller-gen
62
62
else
63
63
CONTROLLER_GEN =$(shell which controller-gen)
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ require (
10
10
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
11
11
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
12
12
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
13
- sigs.k8s.io/controller-runtime v0.2.0-beta.1
13
+ sigs.k8s.io/controller-runtime v0.2.0-beta.2
14
14
)
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c h1:3KSCztE7gPitlZmWbNwue/
118
118
k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c /go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc =
119
119
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 h1:VBM/0P5TWxwk+Nw6Z+lAw3DKgO76g90ETOiA6rfLV1Y =
120
120
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 /go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew =
121
- sigs.k8s.io/controller-runtime v0.2.0-beta.1 h1:vq4HXx8Rx3Lp5fwDda9a0QAgvtk/+CiwOiyu71hk1SQ =
122
- sigs.k8s.io/controller-runtime v0.2.0-beta.1 /go.mod h1:TSH2R0nSz4WAlUUlNnOFcOR/VUhfwBLlmtq2X6AiQCA =
121
+ sigs.k8s.io/controller-runtime v0.2.0-beta.2 h1:hOWldx1qmGI9TsU+uUsq1xTgVmUV7AZo08VAYX0dwGI =
122
+ sigs.k8s.io/controller-runtime v0.2.0-beta.2 /go.mod h1:TSH2R0nSz4WAlUUlNnOFcOR/VUhfwBLlmtq2X6AiQCA =
123
123
sigs.k8s.io/testing_frameworks v0.1.1 h1:cP2l8fkA3O9vekpy5Ks8mmA0NW/F7yBdXf8brkWhVrs =
124
124
sigs.k8s.io/testing_frameworks v0.1.1 /go.mod h1:VVBKrHmJ6Ekkfz284YKhQePcdycOzNH9qL6ht1zEr/U =
125
125
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs =
You can’t perform that action at this time.
0 commit comments