mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-12-14 16:21:00 +01:00
* feat(aws): add support for geoproximity routing * remove the invalid test * make some changes based on review comments * fix linting errors * make changes based on review feedback * add more tests to get better coverage * update docs * make the linter happy * address review feedback This commit addresses the review feedback by making the following changes: - use a more object-oriented approach for geoProximity handling - change log levels to warnings instead of errors - add more test cases for geoProximity * fix linting error * use shorter annotation names