Client owns shared invocation knobs (kubeconfig, context).
| 27 | |
| 28 | // Client owns shared invocation knobs (kubeconfig, context). |
| 29 | type Client struct { |
| 30 | Bin string |
| 31 | Kubeconfig string |
| 32 | Context string |
| 33 | } |
| 34 | |
| 35 | // New returns a Client using the `helm` binary on PATH. |
| 36 | func New() *Client { |
nothing calls this directly
no outgoing calls
no test coverage detected