This is an automated email from the ASF dual-hosted git repository. ronething pushed a change to branch feat/webhook_server in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from f367f122 fix: r add 682e1662 fix: r No new revisions were added by this update. Summary of changes: internal/webhook/v1/ingress_webhook_test.go | 1 - test/e2e/framework/ingress.go | 2 + test/e2e/framework/manifests/ingress.yaml | 37 +++++++ test/e2e/ingress/webhook.go | 160 ++++++++++++++++++++++++++++ test/e2e/scaffold/apisix_deployer.go | 36 ++++--- test/e2e/scaffold/k8s.go | 47 ++++++++ test/e2e/scaffold/scaffold.go | 2 + test/e2e/scaffold/ssl.go | 3 +- 8 files changed, 271 insertions(+), 17 deletions(-) create mode 100644 test/e2e/ingress/webhook.go