File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ webhooks are called in serial; each one may modify the object if it desires.
354354This admission controller (as implied by the name) only runs in the mutating phase.
355355
356356If a webhook called by this has side effects (for example, decrementing quota) it
357- *must* have a reconcilation system, as it is not guaranteed that subsequent
357+ *must* have a reconciliation system, as it is not guaranteed that subsequent
358358webhooks or validating admission controllers will permit the request to finish.
359359
360360If you disable the MutatingAdmissionWebhook, you must also disable the
@@ -578,7 +578,7 @@ fails. This admission controller only runs in the validation phase; the webhooks
578578mutate the object, as opposed to the webhooks called by the `MutatingAdmissionWebhook` admission controller.
579579
580580If a webhook called by this has side effects (for example, decrementing quota) it
581- *must* have a reconcilation system, as it is not guaranteed that subsequent
581+ *must* have a reconciliation system, as it is not guaranteed that subsequent
582582webhooks or other validating admission controllers will permit the request to finish.
583583
584584If you disable the ValidatingAdmissionWebhook, you must also disable the
You can’t perform that action at this time.
0 commit comments