Files
kubernetes/pkg/client
Kubernetes Submit Queue 4e3488ee99 Merge pull request #39831 from jessfraz/fix-38774
Automatic merge from submit-queue (batch tested with PRs 39772, 39831, 39481, 40167, 40149)

Check if error is Status in result.Stream()

Fix #38774

This adds the same functionality to `.Stream()` that was added to `.Error()`, `.Into()`, and `.Get()` in ce187f9c6a to try decoding the body as a Status.

This broke `.Stream()` because the decoding of the body as `Status` was removed from `transformResponse` in ce187f9c6a (diff-de85e3effc36b7bbe3fb9eae6c833cf3L933)
2017-01-19 17:56:45 -08:00
..
2017-01-19 14:24:45 -08:00
2017-01-19 14:24:45 -08:00
2017-01-16 09:35:12 -05:00
2017-01-19 14:24:45 -08:00
2017-01-16 09:35:12 -05:00
2017-01-19 09:50:16 -05:00