kubernetes/test/images/webhook
2018-09-25 11:21:00 -07:00
..
addlabel.go Add e2e test for mutating webhooks affecting webhook-config objects 2018-09-25 11:21:00 -07:00
alwaysdeny.go
BASEIMAGE
BUILD Add e2e test for mutating webhooks affecting webhook-config objects 2018-09-25 11:21:00 -07:00
config.go
configmap.go
crd.go
customresource.go
Dockerfile
main.go Add e2e test for mutating webhooks affecting webhook-config objects 2018-09-25 11:21:00 -07:00
Makefile
patch_test.go
pods.go
README.md
scheme.go
VERSION Add e2e test for mutating webhooks affecting webhook-config objects 2018-09-25 11:21:00 -07:00

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