package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewImagePolicyWebhook a new ImagePolicyWebhook plugin from the provided config file.
Register registers a plugin.

# Constants

ImagePolicyAuditRequiredKeySuffix in an annotation indicates the pod should be audited.
ImagePolicyFailedOpenKeySuffix in an annotation indicates the image review failed open when the image policy webhook backend connection failed.
PluginName indicates name of admission plugin.

# Variables

AuditKeyPrefix is used as the prefix for all audit keys handled by this pluggin.

# Structs

AdmissionConfig holds config data for admission controllers.
Plugin is an implementation of admission.Interface.