const defaultRetryBackoff … const minRetryBackoff … const maxRetryBackoff … const defaultAllowTTL … const defaultDenyTTL … const minAllowTTL … const maxAllowTTL … const minDenyTTL … const maxDenyTTL … const useDefault … const disableTTL … type imagePolicyWebhookConfig … type AdmissionConfig … func normalizeWebhookConfig(config *imagePolicyWebhookConfig) (err error) { … } func normalizeConfigDuration(name string, scale, value, min, max, defaultValue time.Duration) (time.Duration, error) { … }