k3s/pkg
Kubernetes Submit Queue 954a86d701 Merge pull request #36116 from apelisse/owners-pkg-auth-
Automatic merge from submit-queue

Curating Owners: pkg/auth/

cc @liggitt @erictune

In an effort to expand the existing pool of reviewers and establish a
two-tiered review process (first someone lgtms and then someone
experienced in the project approves), we are adding new reviewers to
existing owners files.


If You Care About the Process:
------------------------------

We did this by algorithmically figuring out who’s contributed code to
the project and in what directories.  Unfortunately, that doesn’t work
well: people that have made mechanical code changes (e.g change the
copyright header across all directories) end up as reviewers in lots of
places.

Instead of using pure commit data, we generated an excessively large
list of reviewers and pruned based on all time commit data, recent
commit data and review data (number of PRs commented on).

At this point we have a decent list of reviewers, but it needs one last
pass for fine tuning.

TLDR:
-----

As an owner of a sig/directory and a leader of the project, here’s what
we need from you:

1. Use PR https://github.com/kubernetes/kubernetes/pull/35715 as an example.

2. The pull-request is made editable, please edit the `OWNERS` file to
remove the names of people that shouldn't be reviewing code in the future in
the **reviewers** section. You probably do NOT need to modify the **approvers**
section. Names are sorted by relevance, using some secret statistics.

3. Notify me if you want some OWNERS file to be removed.  Being an
approver or reviewer of a parent directory makes you a reviewer/approver
of the subdirectories too, so not all OWNERS files may be necessary.

4. Please use ALIAS if you want to use the same list of people over and
over again (don't hesitate to ask me for help, or use the pull-request
above as an example)
2017-01-13 15:19:04 -08:00
..
admission Add support for versioned configuration in admission 2017-01-12 16:47:36 -05:00
api Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
apimachinery mechanical repercussions 2017-01-13 08:27:14 -05:00
apis Merge pull request #39109 from derekwaynecarr/admission-version-config 2017-01-13 13:40:47 -08:00
auth Merge pull request #36116 from apelisse/owners-pkg-auth- 2017-01-13 15:19:04 -08:00
capabilities Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
client Merge pull request #37505 from k82cn/use_controller_inf 2017-01-13 13:40:41 -08:00
cloudprovider start the apimachinery repo 2017-01-11 09:09:48 -05:00
controller Merge pull request #39525 from kargakis/update-equality-helper 2017-01-13 13:40:45 -08:00
conversion start the apimachinery repo 2017-01-11 09:09:48 -05:00
credentialprovider Merge pull request #36516 from apelisse/owners-pkg-credentialprovider 2017-01-13 14:34:02 -08:00
fieldpath start the apimachinery repo 2017-01-11 09:09:48 -05:00
fields start the apimachinery repo 2017-01-11 09:09:48 -05:00
generated Add generated artifacts for AdmissionConfiguration 2017-01-12 16:47:13 -05:00
genericapiserver Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
hyperkube Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
kubeapiserver mechanical repercussions 2017-01-11 15:20:36 -05:00
kubectl Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
kubelet Merge pull request #39303 from NickrenREN/eviction-manager 2017-01-13 14:33:35 -08:00
kubemark fix redundant alias clientset 2017-01-12 10:21:05 +08:00
labels start the apimachinery repo 2017-01-11 09:09:48 -05:00
master Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
metrics fix redundant alias clientset 2017-01-12 10:21:05 +08:00
probe start the apimachinery repo 2017-01-11 09:09:48 -05:00
proxy proxy/iptables: clean up service map creation 2017-01-11 15:17:55 -06:00
quota Merge pull request #36517 from apelisse/owners-pkg-quota 2017-01-13 12:37:15 -08:00
registry Merge pull request #39807 from deads2k/client-02-client-go 2017-01-13 13:21:19 -08:00
routes Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
runtime start the apimachinery repo 2017-01-11 09:09:48 -05:00
security start the apimachinery repo 2017-01-11 09:09:48 -05:00
securitycontext Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
selection start the apimachinery repo 2017-01-11 09:09:48 -05:00
serviceaccount Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
ssh use apimachinery packages instead of client-go packages 2017-01-13 14:04:54 -05:00
storage mechanical repercussions 2017-01-13 08:27:14 -05:00
types start the apimachinery repo 2017-01-11 09:09:48 -05:00
util Merge pull request #39525 from kargakis/update-equality-helper 2017-01-13 13:40:45 -08:00
version Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
volume Merge pull request #39844 from screeley44/replica_bug 2017-01-13 13:40:43 -08:00
watch start the apimachinery repo 2017-01-11 09:09:48 -05:00
BUILD mechanical repercussions 2017-01-11 15:20:36 -05:00
OWNERS