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.
2 parents 47ced50 + 68b19b6 commit 5e2f1f2Copy full SHA for 5e2f1f2
content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md
@@ -591,7 +591,7 @@ is not considered to match.
591
Use the object selector only if the webhook is opt-in, because end users may skip
592
the admission webhook by setting the labels.
593
594
-This example shows a mutating webhook that would match a `CREATE` of any resource with the label `foo: bar`:
+This example shows a mutating webhook that would match a `CREATE` of any resource (but not subresources) with the label `foo: bar`:
595
596
```yaml
597
apiVersion: admissionregistration.k8s.io/v1
0 commit comments