Skip to content

Commit abbc8dd

Browse files
authored
Merge pull request #3411 from lauchokyip/improveDoc
📖 Added link for cronjob tutorial
2 parents 3fa4e88 + 43e3e86 commit abbc8dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/book/src/reference/webhook-for-core-types.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Admission Webhook for Core Types
22

33
It is very easy to build admission webhooks for CRDs, which has been covered in
4-
the CronJob tutorial. Given that kubebuilder doesn't support webhook scaffolding
4+
the [CronJob tutorial][cronjob-tutorial]. Given that kubebuilder doesn't support webhook scaffolding
55
for core types, you have to use the library from controller-runtime to handle it.
66
There is an [example](https://github.com/kubernetes-sigs/controller-runtime/tree/master/examples/builtins)
77
in controller-runtime.
@@ -71,3 +71,6 @@ Deploying it is just like deploying a webhook server for CRD. You need to
7171
2) deploy the server
7272

7373
You can follow the [tutorial](/cronjob-tutorial/running.md).
74+
75+
76+
[cronjob-tutorial]: /cronjob-tutorial/cronjob-tutorial.md

0 commit comments

Comments
 (0)