Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AddToManagerFuncs []func(manager.Manager) error
AddToManagerFuncs is a list of functions to add all Webhook Servers to the Manager
Functions ¶
func AddToManager ¶
AddToManager adds all Webhook Servers to the Manager +kubebuilder:rbac:groups=admissionregistration.k8s.io,resources=mutatingwebhookconfigurations;validatingwebhookconfigurations,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups="",resources=secrets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups="",resources=services,verbs=get;list;watch;create;update;patch;delete
func Initialize ¶
Initialize sets up the webhook certificate manager with auto-rotation support. It uses kube-utils/certmanager which: - Automatically generates and rotates certificates when expired - Syncs certs from Secret to local filesystem - Updates CABundle in WebhookConfigurations
Types ¶
This section is empty.