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

Method NewConfigLoader

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

NewConfigLoader implements interface

(configPath string)

Source from the content-addressed store, hash-verified

104
105// NewConfigLoader implements interface
106func (f *DefaultFactoryImpl) NewConfigLoader(configPath string) (loader.ConfigLoader, error) {
107 return loader.NewConfigLoader(configPath)
108}
109
110// NewConfigureManager implements interface
111func (f *DefaultFactoryImpl) NewConfigureManager(config *latest.Config, generated localcache.Cache, log log.Logger) configure.Manager {

Callers

nothing calls this directly

Calls 1

NewConfigLoaderFunction · 0.92

Tested by

no test coverage detected