-
Notifications
You must be signed in to change notification settings - Fork 529
Go Structs for GEP-91 #2953
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
Go Structs for GEP-91 #2953
Conversation
cc @robscott |
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 @arkodg! This mostly LGTM, just looks like some codegen issues in presubmit.
/retest |
not seeing any failures when running
|
@arkodg I tried running hack/update-codegen.sh from your PR and ended up with changes to a couple generated GRPC pb files:
I think that would resolve the failing presubmit, I'm guessing you're not seeing the same diff when you run codegen? |
ha thanks @robscott ! bumping
do we have a philosophy on how we pin dev tools in this project ? for e.g. in some projects these tools are prefetched and saved in a local |
Oh good catch, thanks!
We do have this for roughly that purpose, we should probably add those dependencies to pkg/tools to ensure we're all on the same version (cc @gnossen in case I'm missing something): Lines 25 to 34 in c57c131
|
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 @arkodg!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arkodg, 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 |
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.
After existing comments are resolved, this generally LGTM to me.
/lgtm
But hold just so it doesn't immediately merge.
/hold
@arkodg looks like another PR beat this one in, will LGTM once you rebase. /hold cancel |
Takes kubernetes-sigs#2759 forward and implements the go structs described in GEP-91 https://gateway-api.sigs.k8s.io/geps/gep-91/ Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Thanks @arkodg! /lgtm |
/kind documentation
/kind feature
/kind gep
What this PR does / why we need it:
Takes #2759 forward and implements the go structs described in GEP-91 https://gateway-api.sigs.k8s.io/geps/gep-91/
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: