iwita 21196b4a6d added v1.15.4 5 vuotta sitten
..
BASEIMAGE 21196b4a6d added v1.15.4 5 vuotta sitten
BUILD 21196b4a6d added v1.15.4 5 vuotta sitten
Dockerfile 21196b4a6d added v1.15.4 5 vuotta sitten
Makefile 21196b4a6d added v1.15.4 5 vuotta sitten
README.md 21196b4a6d added v1.15.4 5 vuotta sitten
VERSION 21196b4a6d added v1.15.4 5 vuotta sitten
addlabel.go 21196b4a6d added v1.15.4 5 vuotta sitten
alwaysallow.go 21196b4a6d added v1.15.4 5 vuotta sitten
alwaysdeny.go 21196b4a6d added v1.15.4 5 vuotta sitten
config.go 21196b4a6d added v1.15.4 5 vuotta sitten
configmap.go 21196b4a6d added v1.15.4 5 vuotta sitten
crd.go 21196b4a6d added v1.15.4 5 vuotta sitten
customresource.go 21196b4a6d added v1.15.4 5 vuotta sitten
main.go 21196b4a6d added v1.15.4 5 vuotta sitten
patch_test.go 21196b4a6d added v1.15.4 5 vuotta sitten
pods.go 21196b4a6d added v1.15.4 5 vuotta sitten
scheme.go 21196b4a6d added v1.15.4 5 vuotta sitten

README.md

Kubernetes External Admission Webhook Test Image

The image tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying it to kubernetes cluster, administrator needs to create a ValidatingWebhookConfiguration in kubernetes cluster to register remote webhook admission controllers.

TODO: add the reference when the document for admission webhook v1beta1 API is done.

Build the code

make build