Documentation ¶
Index ¶
- func CheckDependencies(ch *chart.Chart, reqs []*chart.Dependency) error
- func LoadDir(dir string, p *Package) (*chart.Chart, error)
- func LoadFiles(files []*loader.BufferedFile, p *Package) (*chart.Chart, error)
- func MergeChartValues(c *chart.Chart, values map[string]interface{}) (*chart.Chart, error)
- type Package
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDependencies ¶
func CheckDependencies(ch *chart.Chart, reqs []*chart.Dependency) error
CheckDependencies checks the dependencies for a chart.
func LoadDir ¶ added in v0.2.0
LoadDir loads from a directory.
This loads charts only from directories.
Types ¶
type Package ¶
type Package struct { Sign bool Key string Keyring string Version string AppVersion string Destination string DependencyUpdate bool NoDeps bool RepositoryConfig string RepositoryCache string }
Package is the action for packaging a chart.
It provides the implementation of 'helm package'.
func NewPackage ¶
func NewPackage() *Package
NewPackage creates a new Package object with the given configuration.
Click to show internal directories.
Click to hide internal directories.