-
Notifications
You must be signed in to change notification settings - Fork 33
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
istio-optional: iteration 2 #681
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #681 +/- ##
==========================================
+ Coverage 80.20% 82.91% +2.70%
==========================================
Files 64 76 +12
Lines 4492 5755 +1263
==========================================
+ Hits 3603 4772 +1169
- Misses 600 650 +50
- Partials 289 333 +44
Flags with carried forward coverage won't be shown. Click here to find out more.
|
5cb751c
to
8a079e5
Compare
Initial scan looks good, but requires a rebase. I'll have a look again once PR has been rebased |
8f6b2d5
to
279b063
Compare
@KevFan rebased and conflicts fixed. Ready for a new review. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good me to me 🏅
* istio-optional: iteration 2 * fix tests * indexer tests GatewayAPI before create * fix rebase issues * fix tests * fix tests after code refactor
Second iteration of the "Have Istio optional" story.
Basically, this is about making the
wasm
package not coupled with any gateway provider. Additionally, field indexers are declared globally atmain.go
instead of by some controller.part of #325
Depends on #645