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

Method UpdateVars

pkg/devspace/config/loader/variable/types.go:30–30  ·  view source on GitHub ↗

UpdateVars sets the defined variables to use in the resolver

(vars map[string]*latest.Variable)

Source from the content-addressed store, hash-verified

28
29 // UpdateVars sets the defined variables to use in the resolver
30 UpdateVars(vars map[string]*latest.Variable)
31
32 // FindVariables returns all variable names that were found in the given map
33 FindVariables(haystack interface{}) ([]*latest.Variable, error)

Callers 1

reloadVariablesFunction · 0.65

Implementers 1

resolverpkg/devspace/config/loader/variable/re

Calls

no outgoing calls

Tested by

no test coverage detected