package
Version:
v2.9.0-rc4+incompatible
Opens a new window with list of versions in this module.
Published: Apr 19, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetLocalPath(repo string, chartpath string) (string, error)
GetLocalPath generates absolute local path when use
"file://" in repository of requirements
func HashReq(req *chartutil.Requirements) (string, error)
HashReq generates a hash of the requirements.
This should be used only to compare against another hash generated by this
function.
Resolver resolves dependencies from semantic version ranges to a particular version.
func New(chartpath string, helmhome helmpath.Home) *Resolver
New creates a new resolver for a given chart and a given helm home.
func (r *Resolver) Resolve(reqs *chartutil.Requirements, repoNames map[string]string, d string) (*chartutil.RequirementsLock, error)
Resolve resolves dependencies and returns a lock file with the resolution.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.