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

Struct Dependency

pkg/devspace/dependency/dependency.go:12–24  ·  view source on GitHub ↗

Dependency holds the dependency config and has an id

Source from the content-addressed store, hash-verified

10
11// Dependency holds the dependency config and has an id
12type Dependency struct {
13 name string
14 absolutePath string
15 root bool
16 localConfig config.Config
17
18 children []types.Dependency
19
20 dependencyConfig *latest.DependencyConfig
21 dependencyCache localcache.Cache
22
23 kubeClient kubectl.Client
24}
25
26// Implement Interface Methods
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected