Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoOwnerRepo = errors.New("could not find a repo containing the given URL")
Functions ¶
func VerifyChart ¶
func VerifyChart()
Types ¶
type ChartDownloader ¶
type ChartDownloader struct {
Out io.Writer
Keyring string
RepositoryConfig string
RepositoryCache string
Getters getter.Providers
Options []getter.Option
}
func (*ChartDownloader) DownloadTo ¶
func (c *ChartDownloader) DownloadTo(ref, version, dest string) (string, error)
func (*ChartDownloader) ResolveChartVersion ¶
func (c *ChartDownloader) ResolveChartVersion(ref, version string) (*url.URL, error)
Click to show internal directories.
Click to hide internal directories.