This is an automated email from the ASF dual-hosted git repository.
alinsran pushed a change to branch feat/add-sync-status
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 88f42d67 fix test
add 11364316 refactor
No new revisions were added by this update.
Summary of changes:
internal/controller/status/updater.go | 3 +-
internal/controller/utils/utils.go | 16 ++-
internal/provider/adc/adc.go | 150 +--------------------
internal/provider/adc/status.go | 237 ++++++++++++++++++++++++++++++++++
internal/provider/adc/store.go | 24 ++--
test/e2e/apisix/status.go | 181 +++++++++++++++++++++++---
6 files changed, 431 insertions(+), 180 deletions(-)
create mode 100644 internal/provider/adc/status.go