MCPcopy
hub / github.com/helm/helm / Load

Method Load

internal/chart/v3/loader/load.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39// ChartLoader loads a chart.
40type ChartLoader interface {
41 Load() (*chart.Chart, error)
42}
43
44// Loader returns a new ChartLoader appropriate for the given chart name

Callers 15

TestLoadDirFunction · 0.65
TestLoadDirWithDevNullFunction · 0.65
TestLoadDirWithSymlinkFunction · 0.65
TestLoadDirWithUTFBOMFunction · 0.65
TestLoadV1Function · 0.65
TestLoadFileV1Function · 0.65
TestLoadFileFunction · 0.65
TestLoadV2WithReqsFunction · 0.65
LoadFunction · 0.65
LoadFunction · 0.65
LoadDirFunction · 0.65

Implementers 1

urnLoaderpkg/chart/common/util/jsonschema.go

Calls

no outgoing calls

Tested by 15

TestLoadDirFunction · 0.52
TestLoadDirWithDevNullFunction · 0.52
TestLoadDirWithSymlinkFunction · 0.52
TestLoadDirWithUTFBOMFunction · 0.52
TestLoadV1Function · 0.52
TestLoadFileV1Function · 0.52
TestLoadFileFunction · 0.52
TestLoadV2WithReqsFunction · 0.52
TestHTTPURLLoader_LoadFunction · 0.52
TestLoadDirFunction · 0.52
TestLoadDirWithDevNullFunction · 0.52