From 0499b886d45bd98eefbf27e4be2385d35b24c774 Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Thu, 15 Jul 2021 13:16:19 -0400 Subject: [PATCH] update cluster-autoscaler CAPI provider owners This change is adding github users arunmk, mrajashree, jackfrancis, shysank, and randomvariable to the reviews for the cluster-api provider. It also removes frobware and ncdc from the approvers and reviewers. --- cluster-autoscaler/cloudprovider/clusterapi/OWNERS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/clusterapi/OWNERS b/cluster-autoscaler/cloudprovider/clusterapi/OWNERS index 90085e6550..1bc2545b77 100644 --- a/cluster-autoscaler/cloudprovider/clusterapi/OWNERS +++ b/cluster-autoscaler/cloudprovider/clusterapi/OWNERS @@ -1,14 +1,15 @@ approvers: -- frobware - enxebre - elmiko - hardikdr - detiber -- ncdc reviewers: -- frobware - enxebre - elmiko - hardikdr - detiber -- ncdc +- randomvariable +- jackfrancis +- mrajashree +- arunmk +- shysank