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

Struct RawConfig

cmd/root.go:360–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360type RawConfig struct {
361 Ctx context.Context
362 OriginalRawConfig map[string]interface{}
363 RawConfig map[string]interface{}
364 Resolver variable.Resolver
365
366 Config *latest.Config
367
368 resolvedMutex sync.Mutex
369 resolved map[string]string
370}
371
372func (r *RawConfig) Parse(
373 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected