Skip to content

Commit

Permalink
Merge pull request #3411 from lauchokyip/improveDoc
Browse files Browse the repository at this point in the history
馃摉 Added link for cronjob tutorial
  • Loading branch information
k8s-ci-robot committed May 16, 2023
2 parents 3fa4e88 + 43e3e86 commit abbc8dd
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 abbc8dd

Please sign in to comment.