From 2679d998d372bb0fd1b6fc6d8604cd7db2c5c703 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Thu, 22 Sep 2022 23:18:12 +0800 Subject: [PATCH] Make autoscaling team as the autoscaler_contract package approver Signed-off-by: kerthcet --- pkg/scheduler/framework/autoscaler_contract/OWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/autoscaler_contract/OWNERS b/pkg/scheduler/framework/autoscaler_contract/OWNERS index 8cee6ce90e2..6d8f3b4051b 100644 --- a/pkg/scheduler/framework/autoscaler_contract/OWNERS +++ b/pkg/scheduler/framework/autoscaler_contract/OWNERS @@ -1,7 +1,11 @@ # See the OWNERS docs at https://go.k8s.io/owners +# Disable inheritance as code changes under this package should be known to sig-autoscaling team. +options: + no_parent_owners: true approvers: - - sig-scheduling-maintainers + - sig-autoscaling-maintainers + - x13n reviewers: - sig-autoscaling-maintainers - x13n