MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewPluginManager

Method NewPluginManager

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

NewPluginManager creates a new plugin manager

(log log.Logger)

Source from the content-addressed store, hash-verified

69
70// NewPluginManager creates a new plugin manager
71func (f *DefaultFactoryImpl) NewPluginManager(log log.Logger) plugin.Interface {
72 return plugin.NewClient(log)
73}
74
75// NewAnalyzer creates a new analyzer
76func (f *DefaultFactoryImpl) NewAnalyzer(client kubectl.Client, log log.Logger) analyze.Analyzer {

Callers

nothing calls this directly

Calls 1

NewClientFunction · 0.92

Tested by

no test coverage detected