(name string, flags map[string]string, image string)
| 268 | } |
| 269 | |
| 270 | func NewQueryScheduler(name string, flags map[string]string, image string) *CortexService { |
| 271 | return NewQuerySchedulerWithConfigFile(name, "", flags, image) |
| 272 | } |
| 273 | |
| 274 | func NewQuerySchedulerWithConfigFile(name, configFile string, flags map[string]string, image string) *CortexService { |
| 275 | if configFile != "" { |