Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChartRepo ¶
func AddChartRepo(t *testing.T, helm, name string, srv ChartRepoServer)
AddChartRepo names the specified chart repo server so that it can be used by helm as a chart repo
Types ¶
type ChartRepoServer ¶
type ChartRepoServer string
func StartChartRepoServer ¶
func StartChartRepoServer(t *testing.T, srv ChartRepoServerConfig) ChartRepoServer
StartChartRepoServer starts a local helm chart server and returns ChartRepoServer that contains various information like the local server's URL.
func (ChartRepoServer) URL ¶
func (r ChartRepoServer) URL() string
type ChartRepoServerConfig ¶
Click to show internal directories.
Click to hide internal directories.