Admission Webhook Reference

After a request has been authenticated and authorized, admission webhooks intercept requests against the Kubernetes API and have an opportunity to validate or update the object before it is saved in the object store. Please refer to the following table that highlights what each webhook is capable of:

Validating WebhooksMutating Webhooks
Validating Objectsxx
Mutating Objectsx

If you are interested in learning more about admission webhooks, please review the official kubernetes documentation.