File tree 1 file changed +2
-2
lines changed
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.
354
354
This admission controller (as implied by the name) only runs in the mutating phase.
355
355
356
356
If 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
358
358
webhooks or validating admission controllers will permit the request to finish.
359
359
360
360
If 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
578
578
mutate the object, as opposed to the webhooks called by the `MutatingAdmissionWebhook` admission controller.
579
579
580
580
If 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
582
582
webhooks or other validating admission controllers will permit the request to finish.
583
583
584
584
If you disable the ValidatingAdmissionWebhook, you must also disable the
You can’t perform that action at this time.
0 commit comments