Fix minor typos and misspells detected using misspell (#7313)

This commit is contained in:
Joseph Herlant
2018-02-08 15:48:52 -08:00
committed by k8s-ci-robot
parent 9a1e5a2c97
commit cef6e06697
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -354,7 +354,7 @@ webhooks are called in serial; each one may modify the object if it desires.
This admission controller (as implied by the name) only runs in the mutating phase.
If a webhook called by this has side effects (for example, decrementing quota) it
*must* have a reconcilation system, as it is not guaranteed that subsequent
*must* have a reconciliation system, as it is not guaranteed that subsequent
webhooks or validating admission controllers will permit the request to finish.
If you disable the MutatingAdmissionWebhook, you must also disable the
@@ -565,7 +565,7 @@ fails. This admission controller only runs in the validation phase; the webhooks
mutate the object, as opposed to the webhooks called by the `MutatingAdmissionWebhook` admission controller.
If a webhook called by this has side effects (for example, decrementing quota) it
*must* have a reconcilation system, as it is not guaranteed that subsequent
*must* have a reconciliation system, as it is not guaranteed that subsequent
webhooks or other validating admission controllers will permit the request to finish.
If you disable the ValidatingAdmissionWebhook, you must also disable the