From b17e3c14ebbdb66eacbf0bc4ae8d737df8e06869 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Wed, 3 May 2017 11:43:08 -0700 Subject: [PATCH] Move PDB controller and type ownership to SIG-Apps Created OWNERS_ALIASES called sig-apps-reviewers from the union of reviewers in: pkg/controller/{cronjob,deployment,daemon,job,replicaset,statefulset}/OWNERS except removed inactive user bprashanth Created OWNERS_ALIASES called sig-apps-api-reviewers as the intersection of sig-apps-reviewers and the approvers from pkg/api/OWNERS. Used those OWNERS_ALIASES as the reviewers/approvers for the disruption controller, and API. --- OWNERS_ALIASES | 16 +++++++++++++++- pkg/apis/policy/OWNERS | 16 +++------------- pkg/controller/disruption/OWNERS | 5 +---- .../src/k8s.io/client-go/pkg/apis/policy/OWNERS | 16 +++------------- 4 files changed, 22 insertions(+), 31 deletions(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index b3d12169268..6ac605625af 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -64,4 +64,18 @@ aliases: - mrhohn - dcbw - danwinship - - caseydavenport \ No newline at end of file + - caseydavenport + sig-apps-reviewers: + - enisoc + - erictune + - foxish + - janetkuo + - kargakis + - kow3ns + - lukaszo + - mfojtik + - smarterclayton + - soltysh + sig-apps-api-approvers: + - erictune + - smarterclayton diff --git a/pkg/apis/policy/OWNERS b/pkg/apis/policy/OWNERS index 8d0eea51636..99e0bffb533 100755 --- a/pkg/apis/policy/OWNERS +++ b/pkg/apis/policy/OWNERS @@ -1,14 +1,4 @@ +approvers: +- sig-apps-api-approvers reviewers: -- thockin -- lavalamp -- smarterclayton -- deads2k -- caesarxuchao -- sttts -- ncdc -- timothysc -- dims -- mml -- mbohlool -- david-mcmahon -- jianhuiz +- sig-apps-reviewers diff --git a/pkg/controller/disruption/OWNERS b/pkg/controller/disruption/OWNERS index 60572dd917f..4fe7bb7d6f5 100755 --- a/pkg/controller/disruption/OWNERS +++ b/pkg/controller/disruption/OWNERS @@ -1,5 +1,2 @@ reviewers: -- mml -- davidopp -- kargakis -- mwielgus +- sig-apps-reviewers diff --git a/staging/src/k8s.io/client-go/pkg/apis/policy/OWNERS b/staging/src/k8s.io/client-go/pkg/apis/policy/OWNERS index 8d0eea51636..99e0bffb533 100755 --- a/staging/src/k8s.io/client-go/pkg/apis/policy/OWNERS +++ b/staging/src/k8s.io/client-go/pkg/apis/policy/OWNERS @@ -1,14 +1,4 @@ +approvers: +- sig-apps-api-approvers reviewers: -- thockin -- lavalamp -- smarterclayton -- deads2k -- caesarxuchao -- sttts -- ncdc -- timothysc -- dims -- mml -- mbohlool -- david-mcmahon -- jianhuiz +- sig-apps-reviewers