-
Notifications
You must be signed in to change notification settings - Fork 850
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
Revise e2e port-forward function #473
Conversation
/run-e2e-test |
/run-e2e-test |
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. Only a small nit
return forwardedPorts, cancel, nil | ||
} | ||
|
||
// Forward would port-forward forward target resources |
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.
port-forward forward
? Is port-forward
a noun or a verb?
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.
just a typo fixed now.
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.
Perfect! 🚀
/run-e2e-test |
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
/merge |
/run-all-tests |
@Yisaer merge failed. |
Codecov Report
@@ Coverage Diff @@
## master #473 +/- ##
==========================================
+ Coverage 58.57% 58.88% +0.30%
==========================================
Files 60 68 +8
Lines 3626 4385 +759
==========================================
+ Hits 2124 2582 +458
- Misses 1333 1611 +278
- Partials 169 192 +23
Continue to review full report at Codecov.
|
/run-e2e-test |
What problem does this PR solve?
Add e2e port-forward utility function.
Does this PR introduce a user-facing change?: