-
Notifications
You must be signed in to change notification settings - Fork 492
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
implement GEP-718: rework RouteForwardTo #750
implement GEP-718: rework RouteForwardTo #750
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hbagdi 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 |
07b2851
to
4acea30
Compare
@hbagdi: GitHub didn't allow me to request PR reviews from the following users: Miciah. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this: 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/test-infra repository. |
4acea30
to
e39460e
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.
Thanks @hbagdi! This mostly LGTM, just note that this will conflict with #741 from @youngnick.
e39460e
to
2a0d54c
Compare
And so let's get this in quick. ;) |
2a0d54c
to
83226ae
Compare
Name string `json:"name"` | ||
|
||
// Port specifies the destination port number to use for this resource. | ||
// Port is required when the referent is a Kubernetes Service. |
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.
Created #753 to track webhook validation for this.
Thanks @hbagdi! /lgtm |
What type of PR is this?
/kind api-change
What this PR does / why we need it:
This PR implement GEP #718. Please refer to the GEP for more details.
Which issue(s) this PR fixes:
Fixes #718
Does this PR introduce a user-facing change?: