Merge pull request #43536 from TonyGorman/patch-1

Update admission-controllers.md
pull/43551/head
Kubernetes Prow Robot 2023-10-18 10:50:51 +02:00 committed by GitHub
commit afc6afa5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Kubernetes API server prior to persistence of the object, but after the request
is authenticated and authorized.
Admission controllers may be _validating_, _mutating_, or both. Mutating
controllers may modify related objects to the requests they admit; validating controllers may not.
controllers may modify objects related to the requests they admit; validating controllers may not.
Admission controllers limit requests to create, delete, modify objects. Admission
controllers can also block custom verbs, such as a request connect to a Pod via