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 85e15167 Merge remote-tracking branch 'origin/master' into
bzp/feat-refactor-provider-layers
add 9dfb376d fix e2e and comments
No new revisions were added by this update.
Summary of changes:
internal/adc/client/client.go | 6 +-
internal/adc/client/executor.go | 6 +-
internal/provider/apisix/keyedmutex.go | 52 +++++++++++
internal/provider/apisix/keyedmutex_test.go | 94 +++++++++++++++++++
internal/provider/apisix/provider.go | 136 +++++++++++++++++-----------
internal/provider/apisix/provider_test.go | 121 +++++++++++++++++++++++--
test/e2e/crds/v2/route.go | 1 -
7 files changed, 352 insertions(+), 64 deletions(-)
create mode 100644 internal/provider/apisix/keyedmutex.go
create mode 100644 internal/provider/apisix/keyedmutex_test.go