Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLocalPath ¶
GetLocalPath generates absolute local path when use "file://" in repository of requirements
func HashReq ¶
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.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver resolves dependencies from semantic version ranges to a particular version.
func New ¶
New creates a new resolver for a given chart and a given helm home.
func (*Resolver) Resolve ¶
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.
Click to show internal directories.
Click to hide internal directories.