mittwald / go-helm-client

Go client for accessing the Helm package manager
MIT License
240 stars 100 forks source link

Reuse same client to work with different namespaces. #203

Open nicolastakashi opened 5 months ago

nicolastakashi commented 5 months ago

I'd love to reuse the same client to get releases from different namespaces, at the moment this is not possible and we need always create a new client instance for every namespace.