mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 07:02:59 -04:00
Automatic merge from submit-queue Handle Stream() errors consistently in restclient We should be following the same rules for Stream() as the normal body request flow. Also add slightly more output on a server error - in the future we may want to clean this up but it's potentially hiding bad responses. Related to #32009 but isn't the fix (so far) |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| config.go | ||
| config_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| request.go | ||
| request_test.go | ||
| transport.go | ||
| url_utils.go | ||
| url_utils_test.go | ||
| urlbackoff.go | ||
| urlbackoff_test.go | ||
| versions.go | ||