-
Notifications
You must be signed in to change notification settings - Fork 360
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
API: Follow up on XFCC header #3443
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3443 +/- ##
==========================================
- Coverage 67.35% 67.34% -0.01%
==========================================
Files 166 166
Lines 19357 19355 -2
==========================================
- Hits 13038 13035 -3
Misses 5378 5378
- Partials 941 942 +1 ☔ View full report in Codecov by Sentry. |
3edf9b0
to
18c35df
Compare
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
18c35df
to
94bfa2f
Compare
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.
LGTM! Thanks for refactoring this, look much better now.
@@ -30,6 +30,7 @@ import ( | |||
"google.golang.org/protobuf/types/known/wrapperspb" | |||
"k8s.io/utils/ptr" | |||
|
|||
egv1a1 "github.com/envoyproxy/gateway/api/v1alpha1" |
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.
we shouldnt be linking any Gateway API fields here, this lib should only be linked with the IR
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.
nvm this is internal to this project, but we should ideally avoid this too
This a follow-up PR to address comments on #3202.
Close #2599