Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add default NginxIngressController reconciler #126

Merged
merged 9 commits into from
Nov 5, 2023
Merged

add default NginxIngressController reconciler #126

merged 9 commits into from
Nov 5, 2023

Conversation

OliverMKing
Copy link
Collaborator

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

E2e, unit, manually

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@coveralls
Copy link
Collaborator

coveralls commented Nov 4, 2023

Pull Request Test Coverage Report for Build 6757420515

  • 81 of 139 (58.27%) changed or added relevant lines in 5 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.5%) to 77.048%

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%
Files with Coverage Reduction New Missed Lines %
pkg/controller/controller.go 1 18.46%
Totals Coverage Status
Change from base Build 6756775295: -0.5%
Covered Lines: 2699
Relevant Lines: 3503

💛 - Coveralls

@OliverMKing
Copy link
Collaborator Author

/ok-to-test sha=67586c2

@OliverMKing OliverMKing merged commit b0847d3 into Azure:main Nov 5, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants