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

Function NewController

pkg/devspace/deploy/deploy.go:45–47  ·  view source on GitHub ↗

NewController creates a new image build controller

()

Source from the content-addressed store, hash-verified

43
44// NewController creates a new image build controller
45func NewController() Controller {
46 return &controller{}
47}
48
49// Deploy deploys all deployments in the config
50func (c *controller) Deploy(ctx devspacecontext.Context, deployments []string, options *Options) error {

Callers 6

CreateDeploymentsFunction · 0.92
PurgeDeploymentsFunction · 0.92
NewDeployControllerMethod · 0.92
TestRenderFunction · 0.70
TestDeployFunction · 0.70
TestPurgeFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestRenderFunction · 0.56
TestDeployFunction · 0.56
TestPurgeFunction · 0.56