We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d085a commit 80d2f96Copy full SHA for 80d2f96
content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md
@@ -680,7 +680,7 @@ The `matchPolicy` lets a webhook define how its `rules` are used to match incomi
680
Allowed values are `Exact` or `Equivalent`.
681
682
* `Exact` means a request should be intercepted only if it exactly matches a specified rule.
683
-* `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`,
684
even via another API group or version.
685
686
In the example given above, the webhook that only registered for `apps/v1` could use `matchPolicy`:
0 commit comments