Skip to content

Commit 5631729

Browse files
committed
Switch to use rc.0 in the cronjob tutorial
Should probably use the latest CR and CT in the tutorial.
1 parent 7c78573 commit 5631729

File tree

6 files changed

+33
-1201
lines changed

6 files changed

+33
-1201
lines changed

docs/book/src/cronjob-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docker-push:
5757
# download controller-gen if necessary
5858
controller-gen:
5959
ifeq (, $(shell which controller-gen))
60-
go get sigs.k8s.io/controller-tools/cmd/[email protected]beta.3
60+
go get sigs.k8s.io/controller-tools/cmd/[email protected]rc.0
6161
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
6262
else
6363
CONTROLLER_GEN=$(shell which controller-gen)

docs/book/src/cronjob-tutorial/testdata/project/api/v1/zz_generated.deepcopy.go

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

0 commit comments

Comments
 (0)