Skip to content
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

Add specific DecodeURL function in decoder package #474

Open
dmvolod opened this issue Jan 5, 2025 · 1 comment · May be fixed by #475
Open

Add specific DecodeURL function in decoder package #474

dmvolod opened this issue Jan 5, 2025 · 1 comment · May be fixed by #475
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@dmvolod
Copy link
Contributor

dmvolod commented Jan 5, 2025

What do you want to see?

As developer, I would like to have out-of the-box solution to stream documents from the URL and decode them.
Yes, most of the functions utilize io.Reader and can be wrapped, but separate specific function is much better to use.
This will help in situations where we need to install components from URL, such as Prometheus or CertManager in examples.

Extra Labels

No response

@dmvolod dmvolod added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 5, 2025
@dmvolod
Copy link
Contributor Author

dmvolod commented Jan 5, 2025

/assign

@dmvolod dmvolod changed the title Add specific DecodeURL function in decode package Add specific DecodeURL function in decoder package Jan 5, 2025
@dmvolod dmvolod linked a pull request Jan 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant