MCPcopy Index your code
hub / github.com/devspace-sh/devspace / LoadWithParser

Method LoadWithParser

pkg/devspace/config/loader/loader.go:55–55  ·  view source on GitHub ↗

LoadWithParser loads the config with the given parser

(ctx context.Context, localCache localcache.Cache, client kubectl.Client, parser Parser, options *ConfigOptions, log log.Logger)

Source from the content-addressed store, hash-verified

53
54 // LoadWithParser loads the config with the given parser
55 LoadWithParser(ctx context.Context, localCache localcache.Cache, client kubectl.Client, parser Parser, options *ConfigOptions, log log.Logger) (config.Config, error)
56
57 // LoadRaw loads the config without parsing it.
58 LoadRaw() (map[string]interface{}, error)

Callers 7

resolveDependencyMethod · 0.95
parseConfigFunction · 0.95
RunMethod · 0.95
RunListCommandsMethod · 0.95
RunListProfilesMethod · 0.95
RunSetVarMethod · 0.95
LoadCommandsConfigMethod · 0.65

Implementers 2

configLoaderpkg/devspace/config/loader/loader.go
FakeConfigLoaderpkg/devspace/config/loader/testing/fak

Calls

no outgoing calls

Tested by

no test coverage detected