kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Use separate connection when response_block is given #93

Closed jakolehm closed 5 years ago

jakolehm commented 5 years ago

Maybe fixes #77 .

kke commented 5 years ago

transport.excon is public so the user in theory could have done something through it and it wouldn't be reflected on the secondary client, but that's a bit far fetched.

Maybe make the excon private in the transport anyway, it's supposed to mask it.