| 37 | } |
| 38 | |
| 39 | type managerFactory struct { |
| 40 | mgr crmanager.Manager |
| 41 | acg client.ActionConfigGetter |
| 42 | chartDir string |
| 43 | } |
| 44 | |
| 45 | // NewManagerFactory returns a new Helm manager factory capable of installing and uninstalling releases. |
| 46 | func NewManagerFactory(mgr crmanager.Manager, acg client.ActionConfigGetter, chartDir string) ManagerFactory { |
nothing calls this directly
no outgoing calls
no test coverage detected