This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reconcile xRoutes when the Services they reference are modified (#247)
* Add Service watch to HTTPRoute controller When Services are modified, we need to re-reconcile any HTTPRoute that references them * Update mock gatewayclient * Add unit test coverage * Add Service watch to TCPRoute controller * Add release note * Fix broken unit test * Use correct request mapping func for TCPRoute * Add unit test coverage for TCPRoute reconciler * Add comments to existing mesh service test case * Add e2e test coverage for HTTPRoute * Apply suggestions from code review Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com> * Improve changelog entry Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com> * Run formatter * Update package usages not included in merge conflicts * Use only v1alpha2.HTTPRoute * Use order-insensitive assertion, remove redundant check Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
- Loading branch information
1 parent
38dc955
commit 06c12cb
Showing
8 changed files
with
421 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
Revalidate HTTPRoutes and TCPRoutes and update status when the Kubernetes Service(s) that they reference are modified | ||
``` |
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.