NewClient creates a new helm client based on the config
(log log.Logger)
| 8 | |
| 9 | // NewClient creates a new helm client based on the config |
| 10 | func NewClient(log log.Logger) (types.Client, error) { |
| 11 | return v3.NewClient(log) |
| 12 | } |
no test coverage detected