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

bzp2010 pushed a change to branch bzp/feat-refactor-provider-layers
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from feecbb3f refactor: let adc client independent of external state
     add bdeb96f5 fix: delete data plane config when a route leaves a managed 
Gateway (#2834)
     add 85e15167 Merge remote-tracking branch 'origin/master' into 
bzp/feat-refactor-provider-layers

No new revisions were added by this update.

Summary of changes:
 internal/controller/grpcroute_controller.go      |  18 ++-
 internal/controller/httproute_controller.go      |  23 ++-
 internal/controller/httproute_controller_test.go | 111 +++++++++++++++
 internal/controller/tcproute_controller.go       |  18 ++-
 internal/controller/tlsroute_controller.go       |  18 ++-
 internal/controller/udproute_controller.go       |  18 ++-
 internal/controller/utils.go                     |  17 ++-
 internal/controller/utils_parentref_test.go      |  84 ++++++++++-
 internal/provider/apisix/provider.go             |  14 +-
 internal/provider/apisix/provider_test.go        |  71 ++++++++++
 test/e2e/gatewayapi/httproute.go                 | 170 +++++++++++++++++++++++
 11 files changed, 544 insertions(+), 18 deletions(-)
 create mode 100644 internal/controller/httproute_controller_test.go
 create mode 100644 internal/provider/apisix/provider_test.go

Reply via email to