Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create team directory for provider-gcp and update group members #5327

Merged
merged 1 commit into from
Jan 23, 2025
Merged
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
5 changes: 4 additions & 1 deletion OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ aliases:
- feiskyer
- khenidak
provider-gcp:
- abgworrall
- aojea
- bowei
- thockin
- wojtek-t
provider-ibmcloud:
- spzala
provider-openstack:
Expand Down
23 changes: 0 additions & 23 deletions config/kubernetes/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1333,29 +1333,6 @@ teams:
privacy: closed
repos:
client-go: write
cloud-provider-gcp-admins:
description: Admin access to cloud-provider-gcp repo
members:
- aojea
- bowei
- thockin
- wojtek-t
privacy: closed
repos:
cloud-provider-gcp: admin
cloud-provider-gcp-maintainers:
description: Write access to cloud-provider-gcp repo
members:
- aojea
- cheftako
- cici37
- jpbetz
- jprzychodzen
- mskrocki
- sdmodi
privacy: closed
repos:
cloud-provider-gcp: write
cloud-provider-vsphere-admins:
description: Admin access to cloud-provider-vsphere repo
members:
Expand Down
9 changes: 9 additions & 0 deletions config/kubernetes/provider-gcp/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:
- provider-gcp
approvers:
- provider-gcp
labels:
- sig/cloud-provider
- area/provider/gcp
24 changes: 24 additions & 0 deletions config/kubernetes/provider-gcp/teams.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
teams:
cloud-provider-gcp-admins:
description: Admin access to cloud-provider-gcp repo
members:
- aojea
- bowei
- thockin
- wojtek-t
privacy: closed
repos:
cloud-provider-gcp: admin
cloud-provider-gcp-maintainers:
description: Write access to cloud-provider-gcp repo
members:
- aojea
- cheftako
- cici37
- jpbetz
- jprzychodzen
- mmamczur
- mskrocki
privacy: closed
repos:
cloud-provider-gcp: write
3 changes: 3 additions & 0 deletions config/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ restrictions:
- "^perf-tests"
- "^steering"
- "^utils"
- path: "kubernetes/provider-gcp/teams.yaml"
allowedRepos:
- "^cloud-provider-gcp"
- path: "kubernetes/provider-openstack/teams.yaml"
allowedRepos:
- "^cloud-provider-openstack"
Expand Down