Skip to content

Commit 1739e65

Browse files
authored
Merge pull request #29920 from Shubham82/Correct-link_Dynamic_Admission_Control
Improvement: Correct the "code" link in Dynamic Admission Control.
2 parents 35abb6e + 1262222 commit 1739e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The webhook server in the e2e test is deployed in the Kubernetes cluster, via
7979
the [deployment API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deployment-v1-apps).
8080
The test also creates a [service](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#service-v1-core)
8181
as the front-end of the webhook server. See
82-
[code](https://github.com/kubernetes/kubernetes/blob/v1.15.0/test/e2e/apimachinery/webhook.go#L301).
82+
[code](https://github.com/kubernetes/kubernetes/blob/v1.22.0/test/e2e/apimachinery/webhook.go#L748).
8383

8484
You may also deploy your webhooks outside of the cluster. You will need to update
8585
your webhook configurations accordingly.

0 commit comments

Comments
 (0)