Skip to content

Commit 606e7c2

Browse files
committed
Added datalayer config to EPP config
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 7e0a224 commit 606e7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/epp/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717
package config
1818

1919
import (
20+
"sigs.k8s.io/gateway-api-inference-extension/pkg/epp/datalayer"
2021
"sigs.k8s.io/gateway-api-inference-extension/pkg/epp/saturationdetector"
2122
"sigs.k8s.io/gateway-api-inference-extension/pkg/epp/scheduling"
2223
)
@@ -25,4 +26,5 @@ import (
2526
type Config struct {
2627
SchedulerConfig *scheduling.SchedulerConfig
2728
SaturationDetectorConfig *saturationdetector.Config
29+
DataConfig *datalayer.Config
2830
}

0 commit comments

Comments
 (0)