-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove generic ingress reconciler and adjust code layout to look like…
… all others. (#6002) * Remove generic ingress reconciler and adjust code layout to look like all others. This removes the BaseIngressReconciler and instead sets the entire reconciler and controller up in the same way as all the other reconcilers we have. Initialization logic has been moved into `controller.go` completely, unnecessary abstractions have been removed. * Fix linter comments. * Remove superfluous comments.
- Loading branch information
1 parent
78995f5
commit ec657e7
Showing
4 changed files
with
192 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.