# Packages

Package admission provides implementation for admission webhook and methods to implement admission webhook handlers.
No description provided by the author

# Functions

NewServer creates a new admission webhook server.

# Structs

BootstrapOptions are options for bootstrapping an admission webhook server.
Server is an admission webhook server that can serve traffic and generates related k8s resources for deploying.
ServerOptions are options for configuring an admission webhook server.
Service contains information for creating a service.

# Interfaces

Webhook defines the basics that a webhook should support.