python/watch
Darren Hague 90399663f3 Fixes kubernetes-client/python issue 1047 "ResponseNotChunked from watch"
In recent versions of K8S (>1.16?), when a `Watch.stream()` call uses a
resource_version which is too old the resulting 410 error is wrapped in JSON
and returned in a non-chunked 200 response. Using `resp.stream()` instead of
`resp.read_chunked()` automatically handles the response being either chunked or
non-chunked.
2021-04-08 18:56:07 +01:00
..
__init__.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
watch_test.py Fixes kubernetes-client/python issue 1047 "ResponseNotChunked from watch" 2021-04-08 18:56:07 +01:00
watch.py Fixes kubernetes-client/python issue 1047 "ResponseNotChunked from watch" 2021-04-08 18:56:07 +01:00