Skip to content

Commit afc6afa

Browse files
authored
Merge pull request #43536 from TonyGorman/patch-1
Update admission-controllers.md
2 parents 06325f9 + 01d9e07 commit afc6afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Kubernetes API server prior to persistence of the object, but after the request
2424
is authenticated and authorized.
2525

2626
Admission controllers may be _validating_, _mutating_, or both. Mutating
27-
controllers may modify related objects to the requests they admit; validating controllers may not.
27+
controllers may modify objects related to the requests they admit; validating controllers may not.
2828

2929
Admission controllers limit requests to create, delete, modify objects. Admission
3030
controllers can also block custom verbs, such as a request connect to a Pod via

0 commit comments

Comments
 (0)