Load loads the devspace.yaml, parses it, applies profiles, fills in variables and finally returns it.
(ctx context.Context, client kubectl.Client, options *ConfigOptions, log log.Logger)
| 46 | // Load loads the devspace.yaml, parses it, applies profiles, fills in variables and |
| 47 | // finally returns it. |
| 48 | Load(ctx context.Context, client kubectl.Client, options *ConfigOptions, log log.Logger) (config.Config, error) |
| 49 | |
| 50 | // LoadWithCache loads the devspace.yaml, parses it, applies profiles, fills in variables and |
| 51 | // finally returns it. |
no outgoing calls