-
Notifications
You must be signed in to change notification settings - Fork 351
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
feat: Support GatewayAPI route attachment restriction #1440
feat: Support GatewayAPI route attachment restriction #1440
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1440 +/- ##
==========================================
+ Coverage 41.48% 41.68% +0.19%
==========================================
Files 89 90 +1
Lines 7667 7701 +34
==========================================
+ Hits 3181 3210 +29
- Misses 4122 4127 +5
Partials 364 364
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @tao12345666333 @lingsamuel @AlinsRan . |
TCPRoute、UDPRoute etc. have not entered v1beta1. |
as @AlinsRan said |
Thanks for your reply. I should RTFM at first. |
The code LGTM, just need to resolve the conflicts. |
@tao12345666333 I have run the |
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,
Some imports require sorting, which is why lint fails.
Also, could you merge the master branch first?
ping @tao12345666333 @lingsamuel . All CI passed. |
sorry for delay, I recently got covid-19. plase resolve conflicts, thanks! |
@tao12345666333 All done. PTAL. |
Sorry for the delay, the code LGTM. Please resolve the conflicts, thanks! |
The test case job failed. Please check it. Thanks |
|
@tao12345666333 Please help me run the test again. |
I will rerun the failed job. |
Type of change:
close: #1424
close: #1349
What this PR does / why we need it:
GatewayClass
is cluster scoped resource, shouldn't filter by namespace.Gateway
sync function. Compatible with scenario:GatewayClass
add event is received after theGateway
event.