Skip to content

Commit

Permalink
Added link for cronjob tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lauchokyip committed May 15, 2023
1 parent 3c8a626 commit 2626db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/webhook-for-core-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Admission Webhook for Core Types

It is very easy to build admission webhooks for CRDs, which has been covered in
the CronJob tutorial. Given that kubebuilder doesn't support webhook scaffolding
the [CronJob tutorial](https://github.com/kubernetes-sigs/kubebuilder/tree/master/docs/book/src/cronjob-tutorial). Given that kubebuilder doesn't support webhook scaffolding
for core types, you have to use the library from controller-runtime to handle it.
There is an [example](https://github.com/kubernetes-sigs/controller-runtime/tree/master/examples/builtins)
in controller-runtime.
Expand Down

0 comments on commit 2626db6

Please sign in to comment.