File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Admission Webhook for Core Types
2
2
3
3
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
5
5
for core types, you have to use the library from controller-runtime to handle it.
6
6
There is an [ example] ( https://github.com/kubernetes-sigs/controller-runtime/tree/master/examples/builtins )
7
7
in controller-runtime.
@@ -71,3 +71,6 @@ Deploying it is just like deploying a webhook server for CRD. You need to
71
71
2 ) deploy the server
72
72
73
73
You can follow the [ tutorial] ( /cronjob-tutorial/running.md ) .
74
+
75
+
76
+ [ cronjob-tutorial ] : /cronjob-tutorial/cronjob-tutorial.md
You can’t perform that action at this time.
0 commit comments