Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallChart ¶
func InstallChart(t *testing.T, params InstallChartParams) func(t *testing.T)
InstallChart installs helm chart.
Types ¶
type InstallChartParams ¶
type InstallChartParams struct { RepoName string RepoURL string Name string Namespace string Command string }
InstallChartParams are parameters for InstallChart.
func (*InstallChartParams) ToOptions ¶
func (p *InstallChartParams) ToOptions() []string
ToOptions converts Command to helm install options.
Click to show internal directories.
Click to hide internal directories.