implementing backend-protocol#286
Conversation
|
Hi @eladmotola. Thanks for your PR. I'm waiting for a github.com 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. DetailsInstructions 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. |
Stevenjin8
left a comment
There was a problem hiding this comment.
thanks. took a quick look at seems broadly what I was thinking. Will take a closer look next week.
|
/ok-to-test |
|
@Stevenjin8 Hey |
|
@eladmotola hey this is on my list |
|
trying this out rn |
|
Hey @Stevenjin8 |
|
@eladmotola you can run 'make verify' locally to see what's going on. We're pretty strained on reviewers and we need two people to merge this PR. I'm pushing for it though! |
|
@eladmotola I'm pushing to get this merged soon. Thanks for being patient |
|
|
||
| func toGRPCRouteMatch(routePath networkingv1.HTTPIngressPath, _ *field.Path) *gatewayv1.GRPCRouteMatch { | ||
| // Parse the path to extract service and method | ||
| // Example: /hello.HelloService/SayHello -> service="hello.HelloService", method="SayHello" |
There was a problem hiding this comment.
What will be the behavior if the path is / ?
There was a problem hiding this comment.
so no method will be added - you will go to the svc
|
@eladmotola thanks for working this! Overall, LGTM. left nits one comment. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eladmotola, kkk777-7, Stevenjin8 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@kkk777-7 can you |
|
/lgtm |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Implementing backend-protocol annotation for nginx ingress controller
I also had to implement grpc route in this pr
Which issue(s) this PR fixes:
Fixes #266
Does this PR introduce a user-facing change?: