LoadWithParser loads the config with the given parser
(ctx context.Context, localCache localcache.Cache, client kubectl.Client, parser Parser, options *ConfigOptions, log log.Logger)
| 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) |
| 56 | |
| 57 | // LoadRaw loads the config without parsing it. |
| 58 | LoadRaw() (map[string]interface{}, error) |
no outgoing calls
no test coverage detected