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

Method NewConfigLoader

pkg/util/factory/factory.go:26–26  ·  view source on GitHub ↗

NewConfigLoader creates a new config loader

(configPath string)

Source from the content-addressed store, hash-verified

24type Factory interface {
25 // NewConfigLoader creates a new config loader
26 NewConfigLoader(configPath string) (loader.ConfigLoader, error)
27
28 // NewConfigureManager creates a new configure manager
29 NewConfigureManager(config *latest.Config, generated localcache.Cache, log log.Logger) configure.Manager

Callers 15

RunLogsMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
initializeFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
parseConfigFunction · 0.65
RunAnalyzeMethod · 0.65
RunOpenMethod · 0.65
RunMethod · 0.65
RunRunMethod · 0.65

Implementers 2

DefaultFactoryImplpkg/util/factory/factory.go
Factorypkg/util/factory/testing/factory.go

Calls

no outgoing calls

Tested by

no test coverage detected