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

Function NewDefaultFactory

e2e/framework/factory.go:12–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10var _ factory.Factory = &DefaultFactory{}
11
12func NewDefaultFactory() *DefaultFactory {
13 logger := log.GetInstance()
14 logger.SetLevel(logrus.DebugLevel)
15 return &DefaultFactory{
16 Factory: factory.DefaultFactory(),
17 log: &DefaultLog{
18 Logger: logger,
19 },
20 }
21}
22
23type DefaultFactory struct {
24 factory.Factory

Callers 15

deploy.goFile · 0.92
init.goFile · 0.92
inject.goFile · 0.92
pullsecrets.goFile · 0.92
proxycommands.goFile · 0.92
command.goFile · 0.92
terminal.goFile · 0.92
portforward.goFile · 0.92
imports.goFile · 0.92
localregistry.goFile · 0.92
ssh.goFile · 0.92
render.goFile · 0.92

Calls 3

GetInstanceFunction · 0.92
DefaultFactoryFunction · 0.92
SetLevelMethod · 0.45

Tested by

no test coverage detected