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

Method NewDeployController

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

NewDeployController implements interface

()

Source from the content-addressed store, hash-verified

84
85// NewDeployController implements interface
86func (f *DefaultFactoryImpl) NewDeployController() deploy.Controller {
87 return deploy.NewController()
88}
89
90// NewKubeConfigLoader implements interface
91func (f *DefaultFactoryImpl) NewKubeConfigLoader() kubeconfig.Loader {

Callers

nothing calls this directly

Calls 1

NewControllerFunction · 0.92

Tested by

no test coverage detected