Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
384 stars 41 forks source link

`read_core_v1_namespaced_pod_log` with `follow: Some(true)` never finishes deserializing #10

Closed Arnavion closed 6 years ago

Arnavion commented 6 years ago

... since ?follow=true works just like a watch/watchlist API - the response does not end until the client closes it.