Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmInstaller ¶
type HelmInstaller interface {
// AddRepo adds a repository to helm repositories.
AddRepo(repoURL string, release string) error
// InstallChart takes a releaseName's name and a chart name and installs it. If namespace is not empty
// it will install into that namespace and create the namespace. Version is required.
InstallChart(ctx context.Context, opts InstallChartOpts) error
}
HelmInstaller deals with setting up Helm related resources.
Click to show internal directories.
Click to hide internal directories.