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 7e0a224 commit 606e7c2Copy full SHA for 606e7c2
pkg/epp/config/config.go
@@ -17,6 +17,7 @@ limitations under the License.
17
package config
18
19
import (
20
+ "sigs.k8s.io/gateway-api-inference-extension/pkg/epp/datalayer"
21
"sigs.k8s.io/gateway-api-inference-extension/pkg/epp/saturationdetector"
22
"sigs.k8s.io/gateway-api-inference-extension/pkg/epp/scheduling"
23
)
@@ -25,4 +26,5 @@ import (
25
26
type Config struct {
27
SchedulerConfig *scheduling.SchedulerConfig
28
SaturationDetectorConfig *saturationdetector.Config
29
+ DataConfig *datalayer.Config
30
}
0 commit comments