Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildChartDependenciesInDir ¶
func BuildChartDependenciesInDir(ctx context.Context, chartFile, chartLockFile *chart.ChartExtenderBufferedFile, targetDir string, helmEnvSettings *cli.EnvSettings, registryClient *registry.Client, opts BuildChartDependenciesOptions) error
func LockReleaseWrapper ¶
func LockReleaseWrapper(ctx context.Context, releaseName string, lockManager *lock_manager.LockManager, cmdFunc func() error) error
Types ¶
type BuildChartDependenciesOptions ¶
type BuildChartDependenciesOptions struct { Keyring string SkipUpdate bool Verify downloader.VerificationStrategy LoadOptions *loader.LoadOptions IgnoreInvalidAnnotationsAndLabels bool }
Click to show internal directories.
Click to hide internal directories.