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

Method Purge

pkg/devspace/deploy/deploy.go:39–39  ·  view source on GitHub ↗
(ctx devspacecontext.Context, deployments []string, options *PurgeOptions)

Source from the content-addressed store, hash-verified

37type Controller interface {
38 Deploy(ctx devspacecontext.Context, deployments []string, options *Options) error
39 Purge(ctx devspacecontext.Context, deployments []string, options *PurgeOptions) error
40}
41
42type controller struct{}

Callers 2

TestPurgeFunction · 0.95
PurgeDeploymentsFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestPurgeFunction · 0.76