You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written the classes for our project, but this needs some code duplication, because we cannot re-use the private method getBodyBytes() from OutputStreamMessage.
Additional context
No response
The text was updated successfully, but these errors were encountered:
chore: add create namespace kubectl equivalent example
docs: add link to example in README
chore: separated creation of namespace and logging
fix: sonarcloud issue with printStackTrace
remove io.fabric8.kubernetes.model.annotation.PrinterColumn
Fixfabric8io#5257: Add ErrorStreamMessage and StatusStreamMessage to ease mocking of pods/exec requests (fabric8io#5258)
* Add ErrorStreamMessage and StatusStreamMessage to ease mocking of pods/exec requests
* Fix warnings in PodTest
refactor: follow-up on fabric8io#5258
Signed-off-by: Marc Nuri <marc@marcnuri.com>
doc: invite users to report issues with a specific document
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Is your enhancement related to a problem? Please describe
It's hard to mock
pods/exec
calls for other stream IDs than stdout:Describe the solution you'd like
The client should provide
ErrorStreamMessage
andStatusStreamMessage
to support mocking like:Describe alternatives you've considered
I've written the classes for our project, but this needs some code duplication, because we cannot re-use the private method
getBodyBytes()
fromOutputStreamMessage
.Additional context
No response
The text was updated successfully, but these errors were encountered: