Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The stream method by default decodes the payload. This convers JSON payloads to python representation which can't be parsed as JSON again. Avoiding the conversion requires that we call the buffering and reading functions on our own. Upstream bug report: kubernetes-client/python#1032
- Loading branch information