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 a possibility to get a log as an InputStream from the Loggable resources #4093

Closed
grarkydev opened this issue Apr 25, 2022 · 0 comments · Fixed by #4094
Closed

Add a possibility to get a log as an InputStream from the Loggable resources #4093

grarkydev opened this issue Apr 25, 2022 · 0 comments · Fixed by #4094
Assignees
Milestone

Comments

@grarkydev
Copy link

grarkydev commented Apr 25, 2022

Is your enhancement related to a problem? Please describe

There is no possibility to get a Loggable resource log as an InputStream. We can get it either as a String or as a Reader instance, even though there is a hidden (just some private methods) implementation that allows to fetch the Kubernetes client requests as an InputStream. Such method as getLogInputStream() is just not exposed to the client.

Describe the solution you'd like

Expose getLogInputStream() method to the Loggable interface.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants