-
Notifications
You must be signed in to change notification settings - Fork 480
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
Add API for GEP-3171 #3283
Add API for GEP-3171 #3283
Conversation
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Hi @jakebennert. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
Thanks @jakebennert!
/ok-to-test
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
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.
Thanks @jakebennert! LGTM once GRPCRoute validation is covered
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.
Thanks @jakebennert! A couple non-blocking nits on tests but otherwise LGTM.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakebennert, robscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
/retest |
/lgtm |
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.
I think this should be named grpcroute_... rather than grcproute_...
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.
Ah good catch - Is the easiest way to fix that to make another PR with that change?
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.
The substance of this looks great, thanks! There are a couple of typos, and I'd love to see some more test coverage, too, but overall nice work, many thanks! 🙂
//////////////////////////////////////////////////////////////////////////////// | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
func TestHTTPRequestMirrorFilterForGRPCRouteExperimental(t *testing.T) { |
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.
This needs to be TestGRPCRequestMirror...
@jakebennert Yeah, I think another PR is the way to go -- thanks!! 🙂 Do you think there's a way to easily add some tests to make sure that the non-error cases do something sane? 🙂 |
#3300 - let me know what you think |
What type of PR is this?
Add one of the following kinds:
/kind feature
What this PR does / why we need it:
This PR adds the API additions outlined in GEP 3171
Does this PR introduce a user-facing change?: