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

Method Status

pkg/devspace/deploy/deployer/interface.go:10–10  ·  view source on GitHub ↗
(ctx devspacecontext.Context)

Source from the content-addressed store, hash-verified

8// Interface defines the common interface used for the deployment methods
9type Interface interface {
10 Status(ctx devspacecontext.Context) (*StatusResult, error)
11 Deploy(ctx devspacecontext.Context, forceDeploy bool) (bool, error)
12 Render(ctx devspacecontext.Context, out io.Writer) error
13}

Callers 1

RunDeploymentsStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected