Update extensible-admission-controllers.md (#4795)

fix typo
reviewable/pr4888/r2^2
TigerXu 2017-08-15 13:58:11 +08:00 committed by Zachary Corleissen
parent 506842bc16
commit fe11c3f8f7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This page describes how to use Initializers and External Admission Webhooks.
* A list of pending pre-initialization tasks, stored in every object's metadata
(e.g., "AddMyCorporatePolicySidecar").
* A user customized controller, which actually perform those tasks. The name of the task
* A user customized controller, which actually performs those tasks. The name of the task
corresponds to the controller which performs the task. For clarity, we call
them *initializer controllers* in this page.