k3s/test/images/crd-conversion-webhook
Davanum Srinivas 16fd72d6c9
Switch location for goautoneg vendored code
Move to github.com/munnerz/goautoneg as bitbucket is flaky!

Change-Id: Iaa6e964ef0d6f308eea59bcc6f365ecd7dbf0784
2019-01-15 21:22:03 -05:00
..
converter Switch location for goautoneg vendored code 2019-01-15 21:22:03 -05:00
BASEIMAGE Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00
BUILD s/glog/klog/ - keep up with master 2018-11-10 07:57:01 -05:00
Dockerfile Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00
Makefile Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00
README.md Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00
VERSION Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00
config.go s/glog/klog/ - keep up with master 2018-11-10 07:57:01 -05:00
main.go Example webhook implementation (used in E2E test) 2018-11-09 12:50:21 -08:00

README.md

Kubernetes External Admission Webhook Test Image

The image tests CustomResourceConversionWebhook. After deploying it to kubernetes cluster, administrator needs to create a CustomResourceConversion.Webhook in kubernetes cluster to use remote webhook for conversions.

Build the code

make build