Update extensible-admission-controllers.md

fix typo
pull/47175/head
David Xia 2024-07-16 13:26:09 -04:00 committed by GitHub
parent e0d085a111
commit 80d2f96c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ The `matchPolicy` lets a webhook define how its `rules` are used to match incomi
Allowed values are `Exact` or `Equivalent`.
* `Exact` means a request should be intercepted only if it exactly matches a specified rule.
* `Equivalent` means a request should be intercepted if modifies a resource listed in `rules`,
* `Equivalent` means a request should be intercepted if it modifies a resource listed in `rules`,
even via another API group or version.
In the example given above, the webhook that only registered for `apps/v1` could use `matchPolicy`: