# Functions
NewWebhook creates a new instance of a mutating webhook for automatic sidecar injection.
# Constants
InjectionPolicyDisabled specifies that the sidecar injector will not inject the sidecar into resources by default for the namespace(s) being watched.
InjectionPolicyEnabled specifies that the sidecar injector will inject the sidecar into resources by default for the namespace(s) being watched.
# Structs
InitContainerResources resources for init container.
InitContainerResourcesList resources for init container.
SidecarInjectionSpec collects all container types and volumes for sidecar mesh injection.
SidecarInjectionStatus contains basic information about the injected sidecar.
Webhook implements a mutating webhook for automatic config injection.
WebhookConfig struct representing webhook configuration values.
WebhookConfigDefaults configures default init container values.
WebhookParameters configures parameters for the config injection webhook.
# Type aliases
InjectionPolicy determines the policy for injecting the config init container into the watched namespace(s).