diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index b63ce7a73c..d04fd2d104 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -181,6 +181,10 @@ aliases: - saschagrunert - soltysh ## BEGIN CUSTOM CONTENT + ingress-gce: + - aojea + - bowei + - thockin provider-aws: - justinsb - nckturner diff --git a/config/kubernetes/org.yaml b/config/kubernetes/org.yaml index 7d407c87fd..3b3b9664b6 100644 --- a/config/kubernetes/org.yaml +++ b/config/kubernetes/org.yaml @@ -1310,28 +1310,6 @@ teams: members: - dchen1107 privacy: closed - ingress-gce-admins: - description: Admin access to the ingress-gce repo - members: - - aojea - - bowei - - thockin - privacy: closed - repos: - ingress-gce: admin - ingress-gce-maintainers: - description: Write access to the ingress-gce repo - members: - - aojea - - bowei - - mmamczur - - MrHohn - - swetharepakula - - thockin - - TortillaZHawaii - privacy: closed - repos: - ingress-gce: write ingress-nginx-admins: description: Admin access to the ingress-nginx repo members: diff --git a/config/kubernetes/sig-network/ingress-gce/OWNERS b/config/kubernetes/sig-network/ingress-gce/OWNERS new file mode 100644 index 0000000000..5da6c211a6 --- /dev/null +++ b/config/kubernetes/sig-network/ingress-gce/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - ingress-gce +approvers: + - ingress-gce +labels: + - sig/network + - area/provider/gcp diff --git a/config/kubernetes/sig-network/ingress-gce/teams.yaml b/config/kubernetes/sig-network/ingress-gce/teams.yaml new file mode 100644 index 0000000000..8e2b41c40b --- /dev/null +++ b/config/kubernetes/sig-network/ingress-gce/teams.yaml @@ -0,0 +1,25 @@ +teams: + ingress-gce-admins: + description: Admin access to the ingress-gce repo + members: + - aojea + - bowei + - thockin + privacy: closed + repos: + ingress-gce: admin + ingress-gce-maintainers: + description: Write access to the ingress-gce repo + members: + - aojea + - bowei + - DamianSawicki + - kl52752 + - mmamczur + - MrHohn + - swetharepakula + - thockin + - TortillaZHawaii + privacy: closed + repos: + ingress-gce: write diff --git a/config/restrictions.yaml b/config/restrictions.yaml index aa3eedb41e..d492042b55 100644 --- a/config/restrictions.yaml +++ b/config/restrictions.yaml @@ -42,7 +42,6 @@ restrictions: - "^examples" - "^gengo" - "^git-sync" - - "^ingress-gce" - "^ingress-nginx" - "^kompose" - "^kube-openapi" @@ -53,6 +52,9 @@ restrictions: - "^perf-tests" - "^steering" - "^utils" + - path: "kubernetes/sig-network/ingress-gce/teams.yaml" + allowedRepos: + - "^ingress-gce" - path: "kubernetes/provider-gcp/teams.yaml" allowedRepos: - "^cloud-provider-gcp"