-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test cleanup * addressing PR comments from #685 * fix error message style * cleanup old comment * import defaultsystem correctly * refactor: condense lb lookup code * fix logic * earlier refactor messed up how things errored * improve test coverage * explain e2e test running serially * refactor: split lb status code up * fix seg violation in test * refactor: assume single gateway * code in config only allows a single Gateway, and if none are provided, it will use the defaults. * address nits * refactor: don't error if gateway not found * don't want to trigger re-reconciling if it doesn't exist * mark ingress as failed when cant find gateway * marking as not ready was overwriting the failed status * fix lint errors
- Loading branch information
Showing
6 changed files
with
181 additions
and
140 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
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
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
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
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.