# Functions

NewGenericWebhookManagedBy returns a new webhook Builder that will be invoked by the provided manager.Manager.

# Structs

Builder builds a Webhook.
InjectedClient holds an injected client.Client.
InjectedDecoder holds an injected admission.Decoder.
MutateFunc is a functional interface for a generic mutating admission webhook.
MutatingWebhook is a generic mutating admission webhook.
ValidateFuncs is a functional interface for a generic validating admission webhook.
ValidatingWebhook is a generic validating admission webhook.

# Interfaces

ClientInjector is used to inject a client.Client into webhook handlers.
DecoderInjector is used to inject an admission.Decoder into webhook handlers.
Mutator specifies the interface for a generic mutating webhook.
Validator specifies the interface for a validating webhook.