Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ aliases:
- saschagrunert
- soltysh
## BEGIN CUSTOM CONTENT
ingress-gce:
- aojea
- bowei
- thockin
provider-aws:
- justinsb
- nckturner
Expand Down
22 changes: 0 additions & 22 deletions config/kubernetes/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions config/kubernetes/sig-network/ingress-gce/OWNERS
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions config/kubernetes/sig-network/ingress-gce/teams.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion config/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ restrictions:
- "^examples"
- "^gengo"
- "^git-sync"
- "^ingress-gce"
- "^ingress-nginx"
- "^kompose"
- "^kube-openapi"
Expand All @@ -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"
Expand Down