We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e238cd4 commit f8afdeaCopy full SHA for f8afdea
pkg/epp/config/config.go
@@ -24,15 +24,6 @@ import (
24
// Config is the configuration loaded from the text based configuration
25
type Config struct {
26
SchedulerConfig *scheduling.SchedulerConfig
27
- FeatureConfig FeatureConfig
+ FeatureConfig map[string]bool
28
SaturationDetectorConfig saturationdetector.Config
29
}
30
-
31
-// FeatureConfig contains a set of flags for enabling various experimental fetures/APIs in the EPP
32
-type FeatureConfig struct {
33
- // EnableDataLayer if true, indicates that the experimental DataLayer APIs are enabled
34
- EnableDataLayer bool
35
36
- // EnableFlowControl if true, indicates that the experimental FlowControl feature is enabled.
37
- EnableFlowControl bool
38
-}
0 commit comments