MCPcopy
hub / github.com/helm/helm / ChartLoader

Interface ChartLoader

pkg/chart/v2/loader/load.go:40–42  ·  view source on GitHub ↗

ChartLoader loads a chart.

Source from the content-addressed store, hash-verified

38
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
45func Loader(name string) (ChartLoader, error) {

Callers

nothing calls this directly

Implementers 1

urnLoaderpkg/chart/common/util/jsonschema.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…