# Functions

Create creates a new chart in a directory.
Load loads a chart from a chart archive.
LoadChartfile loads a Chart.yaml file into a *Chart.
LoadData loads a chart from data, where data is a []byte containing a gzipped tar file.
LoadDir loads an entire chart from a directory.
Parse parses a URL into a Locator.
Save creates an archived chart to the given directory.

# Constants

ChartfileName is the default Chart file name.
Constants defining recognized URL schemes.
Constants defining recognized URL schemes.
Constants defining recognized URL schemes.
Constants defining recognized URL schemes.
TarNameRegex parses the name component of a URI and breaks it into a name and version.

# Variables

ErrLocal indicates that a local URL was used as a remote URL.
ErrRemote indicates that a remote URL was used as a local URL.

# Structs

Chart represents a complete chart.
Chartfile describes a Helm Chart (e.g.
Dependency describes a specific dependency.
EnvConstraint specifies environmental constraints.
Locator describes the location of a Chart.
Maintainer describes a chart maintainer.