You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/25 07:55:00 UTC

[apisix-ingress-controller] branch master updated (5af1fb4 -> 1d7b143)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git.


    from 5af1fb4  feat: add essential data structures for service subset selector (#489)
     add 1d7b143  feat: support rewrite annotation (#480)

No new revisions were added by this update.

Summary of changes:
 docs/en/latest/concepts/annotations.md             | 38 ++++++++++++++
 pkg/kube/translation/annotations.go                |  1 +
 pkg/kube/translation/annotations/rewrite.go        | 58 ++++++++++++++++++++
 pkg/types/apisix/v1/plugin_types.go                |  7 +++
 pkg/types/apisix/v1/zz_generated.deepcopy.go       | 21 ++++++++
 .../annotations/{iprestriction.go => rewrite.go}   | 61 ++++++++++++----------
 6 files changed, 157 insertions(+), 29 deletions(-)
 create mode 100644 pkg/kube/translation/annotations/rewrite.go
 copy test/e2e/annotations/{iprestriction.go => rewrite.go} (68%)