# Functions
NewGenericWebhook creates a new GenericWebhook from the provided kubeconfig file.
WithExponentialBackoff will retry webhookFn() up to 5 times with exponentially increasing backoff when it returns an error for which apierrors.SuggestsClientDelay() or apierrors.IsInternalError() returns true.
# Structs
No description provided by the author