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

# Functions

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.ChartRepository.
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

# Structs

Build contains the Builder.Build result, including specific information about the built chart like ResolvedDependencies.
BuildError contains a wrapped Err and a Reason indicating why it occurred.
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

BuildErrorReason is the descriptive reason for a BuildError.
GetChartRepositoryCallback must return a repository.ChartRepository 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