Versions in this module Expand all Collapse all v1 v1.0.1 Nov 27, 2022 v1.0.0 Nov 27, 2022 Changes in this version + var ErrNoOwnerRepo = errors.New("could not find a repo containing the given URL") + func VerifyChart(path, keyring string) (*provenance.Verification, error) + type ChartDownloader struct + Getters getter.Providers + Keyring string + Options []getter.Option + Out io.Writer + RegistryClient *registry.Client + RepositoryCache string + RepositoryConfig string + Verify VerificationStrategy + func (c *ChartDownloader) DownloadTo(ref, version, dest string) (string, *provenance.Verification, error) + func (c *ChartDownloader) ResolveChartVersion(ref, version string) (*url.URL, error) + type ErrRepoNotFound struct + Repos []string + func (e ErrRepoNotFound) Error() string + type Manager struct + ChartPath string + Debug bool + Getters []getter.Provider + Keyring string + Out io.Writer + RegistryClient *registry.Client + RepositoryCache string + RepositoryConfig string + SkipUpdate bool + Verify VerificationStrategy + func (m *Manager) Build() error + func (m *Manager) Update() error + func (m *Manager) UpdateRepositories() error + type VerificationStrategy int + const VerifyAlways + const VerifyIfPossible + const VerifyLater + const VerifyNever