We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57aa8b commit 7eec01eCopy full SHA for 7eec01e
docs/developers/controller-logic.md
@@ -40,7 +40,7 @@ All Tekton CRDs use validating [admission webhooks](https://kubernetes.io/docs/r
40
to validate instances of CRDs. Some CRDs also use mutating admission webhooks to set default values for some fields.
41
Validation and defaulting code is found in the [apis folder](../../pkg/apis/pipeline/v1).
42
For a useful overview and tutorial on admission webhooks, see
43
-[In-depth introduction to Kubernetes admission webhooks](https://banzaicloud.com/blog/k8s-admission-webhooks/).
+[In-depth introduction to Kubernetes admission webhooks](https://web.archive.org/web/20230928184501/https://banzaicloud.com/blog/k8s-admission-webhooks/).
44
45
### Generated Code
46
0 commit comments