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

Add DOWNSTREAM_OWNERS as preparation for https://github.com/kubernetes/test-infra/pull/20482 #537

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions DOWNSTREAM_OWNERS
@@ -0,0 +1,31 @@
# See the OWNERS docs at https://go.k8s.io/owners

filters:
".*":
reviewers:
- deads2k
- sttts
- soltysh
- mfojtik
- marun
- tnozicka

# approvers are limited to the team that manages rebases and pays the price for carries that are introduced
approvers:
- deads2k
- sttts
- soltysh
- mfojtik
- marun
- tnozicka

"^\\.go.(mod|sum)$":
labels:
- "vendor-update"
"^vendor/.*":
labels:
- "vendor-update"
"^staging/.*":
labels:
- "vendor-update"
component: kube-apiserver
16 changes: 16 additions & 0 deletions pkg/kubelet/DOWNSTREAM_OWNERS
@@ -0,0 +1,16 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- rphillips
- sjenning
- mrunalp

# adding mrunalp and sjenning from the upstream Kubelet OWNERS file:
# https://github.com/kubernetes/kubernetes/blob/17bb2fc050ec786b60db7d8d6d4d3ac8eeac205b/pkg/kubelet/OWNERS#L10-L11
# sub-package approvers for "UPSTREAM: <PR>: ..." changes that merged upstream
# carry patches for "UPSTREAM: <carry>: ..." will be approved by the root level approvers
approvers:
- sjenning
- mrunalp

component: node