# Functions

AddToManager creates a webhook with the default options and adds it to the manager.
AddToManagerWithOptions creates a webhook with the given options and adds it to the manager.

# Constants

ExtensionName contains the ACl extension name.
WebhookName is the name of the webhook acl ACL extension.
WebhookPath is the path where the webhook listen to.

# Variables

DefaultAddOptions are the default AddOptions for AddToManager.

# Structs

AddOptions are options to apply when adding the webhook to the manager.
EnvoyFilterWebhook is a service struct that defines functions to handle admission requests for EnvoyFilters.