This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/response-rewrite
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 2d1c7770 Merge remote-tracking branch 'origin/master' into
feat/response-rewrite
add 9d4accd5 feat: support proxy rewrite annotations for ingress (#2632)
add 651a8efc Merge remote-tracking branch 'origin/master' into
feat/response-rewrite
No new revisions were added by this update.
Summary of changes:
.../adc/translator/annotations/plugins/plugins.go | 1 +
.../adc/translator/annotations/plugins/rewrite.go | 60 ++++++++++++
.../translator/annotations/plugins/rewrite_test.go | 87 +++++++++++++++++
internal/webhook/v1/ingress_webhook.go | 3 -
test/e2e/ingress/annotations.go | 105 +++++++++++++++++++++
5 files changed, 253 insertions(+), 3 deletions(-)
create mode 100644 internal/adc/translator/annotations/plugins/rewrite.go
create mode 100644 internal/adc/translator/annotations/plugins/rewrite_test.go