-
Notifications
You must be signed in to change notification settings - Fork 604
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
Use apis.HTTP() instead of apis.ParseURL() in the codebase #3623
Comments
This is a good-first-issue |
/good-first-issue |
@pierDipi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
Luckily not too many files ;)
|
I can do that could you assign me to it. |
@skonto You can comment with |
/assign @skonto |
updated list:
|
Problem
In the codebase, we use apis.ParseURL() in a lot of places. As @aliok suggested, #3616 (comment), apis.HTTP() is more convenient. We can use apis.HTTP() instead of apis.ParseURL() in the codebase
Persona:
Which persona is this feature for?
Exit Criteria
Use apis.HTTP() instead of apis.ParseURL() in the codebase
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: