package
2.0.1+incompatible
Repository: https://github.com/mmirecki/gatekeeper.git
Documentation: pkg.go.dev
# Functions
AddGenericWebhooks adds all handlers that handle raw HTTP requests.
AddPolicyWebhook registers the policy webhook server with the manager below: notations add permissions kube-mgmt needs.
AddToManager adds all Controllers 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.
# Variables
AddToManagerFuncs is a list of functions to add all Controllers to the Manager.
# Structs
No description provided by the author
# Interfaces
GenericHandler is any object that supports the webhook server's Handle() method.