This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 2dc7ae60 feat: support upstream scheme/retries/timeouts via ingress
annotations (#2614)
add cbfa0389 feat: support kubernetes.io/ingress.class annotations (#2615)
No new revisions were added by this update.
Summary of changes:
internal/controller/indexer/indexer.go | 5 +-
internal/controller/ingress_controller.go | 11 +++--
internal/controller/utils.go | 3 +-
internal/types/k8s.go | 15 +++++-
internal/types/k8s_test.go | 82 +++++++++++++++++++++++++++++++
test/e2e/ingress/ingress.go | 62 +++++++++++++++++++++++
6 files changed, 168 insertions(+), 10 deletions(-)
create mode 100644 internal/types/k8s_test.go