feat: add envoyproxy status - #8475
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (54.88%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #8475 +/- ##
==========================================
- Coverage 74.75% 74.69% -0.07%
==========================================
Files 251 252 +1
Lines 40397 40522 +125
==========================================
+ Hits 30198 30267 +69
- Misses 8132 8185 +53
- Partials 2067 2070 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b810b41 to
81f65cc
Compare
5e08ea1 to
8ddd7d2
Compare
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8ddd7d2f5e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5c363c6 to
b4fd2d6
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a17a9b6e49
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| if gc != nil { | ||
| // this won't happen in real world, just a safety check to make sure the testdata won't be a mess. | ||
| translateResult.EnvoyProxyForGatewayClass = envoyProxyForGC |
There was a problem hiding this comment.
Non-blocking nit: should this be fixed in the test fixtures instead?
We probably should keep the status in the Gateway/GatwayClass as well - it's easier to figure out the parameter is invalid in the Gateway/GatewayClass status. |
|
Can you re-gen? |
done |
|
/retest |
|
/retest |
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
04cee50 to
4bf4549
Compare
* nit Signed-off-by: zirain <zirain2009@gmail.com> * add envoyproxy status Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> * lint Signed-off-by: zirain <zirain2009@gmail.com> * perf Signed-off-by: zirain <zirain2009@gmail.com> * fix Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> * comment and nit Signed-off-by: zirain <zirain2009@gmail.com> * fix status and more e2e Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> --------- Signed-off-by: zirain <zirain2009@gmail.com> Signed-off-by: nguyenptk <nguyenptk@gmail.com>
* nit Signed-off-by: zirain <zirain2009@gmail.com> * add envoyproxy status Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> * lint Signed-off-by: zirain <zirain2009@gmail.com> * perf Signed-off-by: zirain <zirain2009@gmail.com> * fix Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> * comment and nit Signed-off-by: zirain <zirain2009@gmail.com> * fix status and more e2e Signed-off-by: zirain <zirain2009@gmail.com> * fix gen Signed-off-by: zirain <zirain2009@gmail.com> --------- Signed-off-by: zirain <zirain2009@gmail.com>
This's the first part of implement envoyproxy status, set EnvoyProxy status when it's invalid.
We may want to remove the one on Gateway/GatewayClass in the next step.