Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewcommandExecutorHelm ¶
func NewcommandExecutorHelm() (c *commandExecutorHelm)
Types ¶
type Helm ¶
type Helm interface { AddRepositoryByName(name string, url string, verbose bool) (err error) MustAddRepositoryByName(name string, url string, verbose bool) }
func GetCommandExecutorHelm ¶
func GetCommandExecutorHelm(executor commandexecutor.CommandExecutor) (helm Helm, err error)
func MustGetCommandExecutorHelm ¶
func MustGetCommandExecutorHelm(executor commandexecutor.CommandExecutor) (helm Helm)
func MustGetLocalCommandExecutorHelm ¶
func MustGetLocalCommandExecutorHelm() (helm Helm)
Click to show internal directories.
Click to hide internal directories.