-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Clean up OpenShift Route source implementation #2147
Clean up OpenShift Route source implementation #2147
Conversation
source/ocproute.go: Add/clean up godocs and general in-line comments. Change `routeapi` named import to `routev1`. Update `routev1` calling sites accordingly. Signed-off-by: Stephen Greene <sgreene@redhat.com>
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
Welcome @sgreene570! |
source/ocproute_test.go: New file for source/ocproute.go unit tests. Inspired by the service source unit tests, this commit adds basic unit tests to verify basic functionality of the OCP route source. Signed-off-by: Stephen Greene <sgreene@redhat.com>
34c3ff1
to
b24b8d0
Compare
@sgreene570: GitHub didn't allow me to request PR reviews from the following users: Miciah, jgrumboe, ahmedwaleedmalik. 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. |
Thanks, Stephen, looks nice! |
b24b8d0
to
d273066
Compare
Actually, I just dropped my small functional change in this PR since I realized it was not needed, so this PR should have no affect on the source implementation and shouldn't require any manual testing on OpenShift. The new unit tests should run just fine in the unit test CI job. 😀 |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: njuettner, sgreene570 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 |
Description
This PR contains the following commits:
source: Clean up OpenShift Route source
source/ocproute.go:
Add/clean up godocs and general in-line comments.
Change
routeapi
named import toroutev1
.Update
routev1
calling sites accordingly.Signed-off-by: Stephen Greene sgreene@redhat.com
source: Add ocproute source unit tests
source/ocproute_test.go:
New file for source/ocproute.go unit tests.
Inspired by the service source unit tests,
this commit adds basic unit tests to verify
basic functionality of the OCP route source.
Signed-off-by: Stephen Greene sgreene@redhat.com
Checklist