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

Method GetRuntimeVariable

pkg/devspace/config/runtime.go:10–10  ·  view source on GitHub ↗

GetRuntimeVariable retrieves a single runtime variable

(key string)

Source from the content-addressed store, hash-verified

8
9 // GetRuntimeVariable retrieves a single runtime variable
10 GetRuntimeVariable(key string) (interface{}, bool)
11
12 // SetRuntimeVariable allows to set a runtime variable
13 SetRuntimeVariable(key string, value interface{})

Callers 2

resolveImageFunction · 0.65
BuildImageStringFunction · 0.65

Implementers 1

runtimeVariablespkg/devspace/config/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected