@@ -100,7 +100,7 @@ func TestLoadRawConfiguration(t *testing.T) {
100
100
},
101
101
},
102
102
},
103
- FeatureGates : & configapi.FeatureGates {datalayer .FeatureGate : true },
103
+ FeatureGates : configapi.FeatureGates {datalayer .FeatureGate : true },
104
104
SaturationDetector : & configapi.SaturationDetector {
105
105
MetricsStalenessThreshold : metav1.Duration {Duration : 150 * time .Millisecond },
106
106
},
@@ -206,7 +206,7 @@ func TestLoadRawConfigurationWithDefaults(t *testing.T) {
206
206
},
207
207
},
208
208
},
209
- FeatureGates : & configapi.FeatureGates {datalayer .FeatureGate : true },
209
+ FeatureGates : configapi.FeatureGates {datalayer .FeatureGate : true },
210
210
SaturationDetector : & configapi.SaturationDetector {
211
211
QueueDepthThreshold : saturationdetector .DefaultQueueDepthThreshold ,
212
212
KVCacheUtilThreshold : saturationdetector .DefaultKVCacheUtilThreshold ,
@@ -247,7 +247,7 @@ func TestLoadRawConfigurationWithDefaults(t *testing.T) {
247
247
},
248
248
},
249
249
},
250
- FeatureGates : & configapi.FeatureGates {},
250
+ FeatureGates : configapi.FeatureGates {},
251
251
SaturationDetector : & configapi.SaturationDetector {
252
252
QueueDepthThreshold : saturationdetector .DefaultQueueDepthThreshold ,
253
253
KVCacheUtilThreshold : saturationdetector .DefaultKVCacheUtilThreshold ,
0 commit comments