-
Matt Cholick authored
k8s client-go closes the ready channel that's passed in (see https://github.com/kubernetes/client-go/blob/master/tools/portforward/portforward.go#L171) This means that Tunnel's Close will always panic, as the client-go library will have closed then channel. This isn't reproducible unless helm.Client is externally, as the helm cli runner doesn't actually invoke Close.
fe3eeaf3
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
config.go | ||
log.go | ||
namespace.go | ||
namespace_test.go | ||
result.go | ||
result_test.go | ||
tunnel.go | ||
tunnel_test.go | ||
wait.go |