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

Method Exclude

pkg/devspace/pipeline/types/pipeline.go:55–55  ·  view source on GitHub ↗

Exclude locks the upmost parent pipeline in the namespace and ensures only a single DevSpace instance is running this project at the same time

(ctx devspacecontext.Context)

Source from the content-addressed store, hash-verified

53 // Exclude locks the upmost parent pipeline in the namespace and ensures only
54 // a single DevSpace instance is running this project at the same time
55 Exclude(ctx devspacecontext.Context) error
56
57 // Dependencies retrieves the currently created dependencies
58 Dependencies() map[string]Pipeline

Callers 9

ExcludeMethod · 0.65
StopDevFunction · 0.65
BuildImagesFunction · 0.65
StartDevFunction · 0.65
EnsurePullSecretsFunction · 0.65
RunDefaultPipelineFunction · 0.65
CreateDeploymentsFunction · 0.65
RunDependencyPipelinesFunction · 0.65
PurgeDeploymentsFunction · 0.65

Implementers 1

pipelinepkg/devspace/pipeline/pipeline.go

Calls

no outgoing calls

Tested by

no test coverage detected