package
1.5.0
Repository: https://github.com/fluxcd/source-controller.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
LoadChartMetadata attempts to load the chart.Metadata from the "Chart.yaml" file in the directory or archive at the given chartPath.
LoadChartMetadataFromArchive loads the chart.Metadata from the "Chart.yaml" file in the archive at the given path.
LoadChartMetadataFromDir loads the chart.Metadata from the "Chart.yaml" file in the directory at the given path.
NewDependencyManager returns a new DependencyManager configured with the given DependencyManagerOption list.
NewLocalBuilder returns a Builder capable of building a Helm chart with a LocalReference.
NewRemoteBuilder returns a Builder capable of building a Helm chart with a RemoteReference in the given repository.Downloader.
OverwriteChartDefaultValues overwrites the chart default values file with the given data.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Build contains the (partial) Builder.Build result, including specific information about the built chart like ResolvedDependencies.
BuildError contains a wrapped Err and a Reason indicating why it occurred.
BuildErrorReason is the descriptive reason for a BuildError.
BuildOptions provides a list of options for Builder.Build.
DependencyManager manages dependencies for a Helm chart.
LocalReference contains sufficient information to locate a chart on the local filesystem.
RemoteReference contains sufficient information to look up a chart in a ChartRepository.

# Interfaces

Builder is capable of building a (specific) chart Reference.
DependencyManagerOption configures an option on a DependencyManager.
Reference holds information to locate a chart.

# Type aliases

GetChartDownloaderCallback must return a Downloader for the URL or an error describing why it could not be returned.
No description provided by the author
No description provided by the author
No description provided by the author