LoadWithCache loads the devspace.yaml, parses it, applies profiles, fills in variables and finally returns it.
(ctx context.Context, localCache localcache.Cache, client kubectl.Client, options *ConfigOptions, log log.Logger)
| 50 | // LoadWithCache loads the devspace.yaml, parses it, applies profiles, fills in variables and |
| 51 | // finally returns it. |
| 52 | LoadWithCache(ctx context.Context, localCache localcache.Cache, client kubectl.Client, options *ConfigOptions, log log.Logger) (config.Config, error) |
| 53 | |
| 54 | // LoadWithParser loads the config with the given parser |
| 55 | LoadWithParser(ctx context.Context, localCache localcache.Cache, client kubectl.Client, parser Parser, options *ConfigOptions, log log.Logger) (config.Config, error) |
no outgoing calls
no test coverage detected