Skip to content

pkbhowmick/k8s-extended-apiserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-extended-apiserver

Admission Webhook

Admission webhooks are HTTP callbacks that receive admission requests and do something with them.

There are mainly two types of admission webhooks, validating admission webhook and mutating admission webhook.

Mutating admission webhook

Mutating admission webhooks are invoked first and can modify objects sent to the API server to enforce custom defaults.

Validating admission webhook

After all object modifications are complete, and after the incoming object is validated by the API server, validating admission webhooks are invoked and can reject requests to enforce custom policies.

Reference:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published