internal/provider/kubernetes: add HTTPRoute controller#179
Merged
skriss merged 1 commit intoenvoyproxy:mainfrom Aug 3, 2022
Merged
internal/provider/kubernetes: add HTTPRoute controller#179skriss merged 1 commit intoenvoyproxy:mainfrom
skriss merged 1 commit intoenvoyproxy:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #179 +/- ##
==========================================
- Coverage 61.74% 60.94% -0.80%
==========================================
Files 20 21 +1
Lines 1814 1854 +40
==========================================
+ Hits 1120 1130 +10
- Misses 632 659 +27
- Partials 62 65 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Adds an initial version of the HTTPRoute controller to the Kubernetes provider. Integration with the message service/the IR to follow. Closes envoyproxy#163. Signed-off-by: Steve Kriss <[email protected]>
732ee41 to
06517c5
Compare
arkodg
approved these changes
Aug 2, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an initial version of the HTTPRoute
controller to the Kubernetes provider.
Integration with the message service/the
IR to follow.
Closes #163.
Signed-off-by: Steve Kriss [email protected]
There's not really anything to test yet, so deferred adding tests until things start getting integrated.