tree: 2ec481b6048e731e09331e7c6c25c7ca5881bee8 [path history] [tgz]
  1. addlabel.go
  2. alwaysdeny.go
  3. BASEIMAGE
  4. BUILD
  5. config.go
  6. configmap.go
  7. crd.go
  8. customresource.go
  9. Dockerfile
  10. main.go
  11. Makefile
  12. patch_test.go
  13. pods.go
  14. README.md
  15. scheme.go
  16. VERSION
vendor/k8s.io/kubernetes/test/images/webhook/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