Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
29 stars 20 forks source link

deduplicate dns zones passed to operator #182

Closed OliverMKing closed 3 months ago

OliverMKing commented 3 months ago

Description

Deduplicates any dns zones passed to the operator. Will need similar logic of some form in RP too.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Locally, e2e, unit

Checklist:

OliverMKing commented 3 months ago

/ok-to-test sha=f7aa9a3

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8365822860

Details


Totals Coverage Status
Change from base Build 8363627571: -0.9%
Covered Lines: 2609
Relevant Lines: 3267

💛 - Coveralls
OliverMKing commented 3 months ago

/ok-to-test sha=f7aa9a3

OliverMKing commented 3 months ago

failing test coverage check because I added a unit test to utils which had no coverage before. should add more unit tests to utils later