This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/host_check
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 52ac53c4 fix: r
add 0bb5c083 fix: review
add d92e0538 fix: r
No new revisions were added by this update.
Summary of changes:
internal/controller/indexer/indexer.go | 2 +
internal/controller/indexer/ssl_host.go | 217 ++++++++++++++++++
internal/webhook/v1/ssl/conflict_detector.go | 263 +++++++++++-----------
internal/webhook/v1/ssl/conflict_detector_test.go | 33 +++
4 files changed, 384 insertions(+), 131 deletions(-)
create mode 100644 internal/controller/indexer/ssl_host.go