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

add default NginxIngressController reconciler #126

Closed OliverMKing closed 8 months ago

OliverMKing commented 8 months ago

Description

Adds a default NginxIngressController reconciler. This makes it so existing App Routing users have a smooth migration to the new CRD-based App Routing.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

E2e, unit, manually

Checklist:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 6757420515


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/controller/nginxingress/nginx_ingress_controller.go 11 24 45.83%
pkg/controller/nginxingress/default.go 65 86 75.58%
pkg/controller/controller.go 0 24 0.0%
<!-- Total: 81 139 58.27% -->
Files with Coverage Reduction New Missed Lines %
pkg/controller/controller.go 1 18.46%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6756775295: -0.5%
Covered Lines: 2699
Relevant Lines: 3503

💛 - Coveralls
OliverMKing commented 8 months ago

/ok-to-test sha=67586c2