From a3ec41f965296d3f47f55a07a0542641b3003016 Mon Sep 17 00:00:00 2001 From: Kellen Swain Date: Mon, 17 Nov 2025 23:19:07 +0000 Subject: [PATCH] Add owners files to subsections --- pkg/epp/scheduling/framework/plugins/multi/prefix/OWNERS | 4 ++++ sidecars/latencypredictorasync/OWNERS | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 pkg/epp/scheduling/framework/plugins/multi/prefix/OWNERS create mode 100644 sidecars/latencypredictorasync/OWNERS diff --git a/pkg/epp/scheduling/framework/plugins/multi/prefix/OWNERS b/pkg/epp/scheduling/framework/plugins/multi/prefix/OWNERS new file mode 100644 index 000000000..74a7d64f9 --- /dev/null +++ b/pkg/epp/scheduling/framework/plugins/multi/prefix/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- liu-cong diff --git a/sidecars/latencypredictorasync/OWNERS b/sidecars/latencypredictorasync/OWNERS new file mode 100644 index 000000000..f94d3868b --- /dev/null +++ b/sidecars/latencypredictorasync/OWNERS @@ -0,0 +1,4 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- kaushikmitr