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