You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/12/02 08:12:34 UTC

[apisix-ingress-controller] branch master updated (bccf762a -> 8e39e710)

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

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


    from bccf762a chore: bump actions. (#1484)
     add 8e39e710 feat: add control http method using kubernetes ingress by annotations (#1471)

No new revisions were added by this update.

Summary of changes:
 docs/en/latest/concepts/annotations.md             | 25 ++++++
 go.mod                                             |  1 +
 go.sum                                             |  2 +
 .../plugins/{authorization.go => http_method.go}   | 56 +++++++------
 .../annotations/plugins/http_method_test.go        | 93 +++++++++++++++++++++
 .../translation/annotations/plugins/plugins.go     |  1 +
 .../ingress/translation/annotations/types.go       |  4 +
 pkg/types/apisix/v1/plugin_types.go                | 17 +++-
 pkg/types/apisix/v1/zz_generated.deepcopy.go       | 41 +++++++++
 test/e2e/go.mod                                    |  1 +
 test/e2e/go.sum                                    |  8 +-
 .../{rewrite.go => http_method.go}                 | 97 +++++++++++++++-------
 12 files changed, 281 insertions(+), 65 deletions(-)
 copy pkg/providers/ingress/translation/annotations/plugins/{authorization.go => http_method.go} (50%)
 create mode 100644 pkg/providers/ingress/translation/annotations/plugins/http_method_test.go
 copy test/e2e/suite-annotations/{rewrite.go => http_method.go} (60%)