Update admission-controllers.md

Modified "is run" to "runs".
This commit is contained in:
lemon-tree
2017-08-15 15:18:46 +08:00
committed by Andrew Chen
parent 726e9ff26f
commit 7041867ee8
+1 -1
View File
@@ -19,7 +19,7 @@ API server prior to persistence of the object, but after the request is authenti
and authorized. The plug-in code is in the API server process and authorized. The plug-in code is in the API server process
and must be compiled into the binary in order to be used at this time. and must be compiled into the binary in order to be used at this time.
Each admission control plug-in is run in sequence before a request is accepted into the cluster. If Each admission control plug-in runs in sequence before a request is accepted into the cluster. If
any of the plug-ins in the sequence reject the request, the entire request is rejected immediately any of the plug-ins in the sequence reject the request, the entire request is rejected immediately
and an error is returned to the end-user. and an error is returned to the end-user.