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

Function LoadConfigWithOptions

e2e/framework/util.go:70–72  ·  view source on GitHub ↗
(f factory.Factory, client kubectl.Client, configPath string, configOptions *loader.ConfigOptions)

Source from the content-addressed store, hash-verified

68}
69
70func LoadConfigWithOptions(f factory.Factory, client kubectl.Client, configPath string, configOptions *loader.ConfigOptions) (config.Config, []types.Dependency, error) {
71 return LoadConfigWithOptionsAndResolve(f, client, configPath, configOptions, dependency.ResolveOptions{})
72}
73
74func LoadConfig(f factory.Factory, client kubectl.Client, configPath string) (config.Config, []types.Dependency, error) {
75 return LoadConfigWithOptions(f, client, configPath, &loader.ConfigOptions{})

Callers 3

dependencies.goFile · 0.92
config.goFile · 0.92
LoadConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected