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 8d99394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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][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 Expand Up @@ -71,3 +71,6 @@ Deploying it is just like deploying a webhook server for CRD. You need to
2) deploy the server

You can follow the [tutorial](/cronjob-tutorial/running.md).


[cronjob-tutorial]: ../cronjob-tutorial/cronjob-tutorial.md

0 comments on commit 8d99394

Please sign in to comment.