k3s/pkg/runtime
Kubernetes Submit Queue 641654836b Merge pull request #36518 from apelisse/owners-pkg-runtime
Automatic merge from submit-queue

Curating Owners: pkg/runtime

cc @lavalamp @smarterclayton @deads2k @caesarxuchao

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.

Also, see https://github.com/kubernetes/contrib/issues/1389.

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 asre 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)
2016-12-13 13:27:17 -08:00
..
schema autoupdate BUILD files 2016-12-12 13:30:07 -08:00
serializer autoupdate BUILD files 2016-12-12 13:30:07 -08:00
BUILD autoupdate BUILD files 2016-12-12 13:30:07 -08:00
OWNERS Update OWNERS approvers and reviewers: pkg/runtime 2016-12-12 16:49:23 -08:00
codec.go generated: refactor 2016-11-23 22:30:47 -06:00
codec_check.go generated: refactor 2016-11-23 22:30:47 -06:00
conversion.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion_test.go generated: refactor 2016-11-23 22:30:47 -06:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
embedded.go generated: refactor 2016-11-23 22:30:47 -06:00
embedded_test.go generated: refactor 2016-11-23 22:30:47 -06:00
error.go generated: refactor 2016-11-23 22:30:47 -06:00
extension.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
extension_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generated.pb.go update generated protobuf 2016-10-13 21:22:59 -07:00
generated.proto refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
helper.go generated: refactor 2016-11-23 22:30:47 -06:00
helper_test.go Switch to use pkg/apis/meta/v1/unstructured and the new interfaces 2016-12-10 18:05:28 -05:00
interfaces.go Move unstructured to its own package under v1 2016-12-10 18:05:24 -05:00
register.go Move unstructured to its own package under v1 2016-12-10 18:05:24 -05:00
scheme.go generated: refactor 2016-11-23 22:30:47 -06:00
scheme_builder.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
scheme_test.go generated: refactor 2016-11-23 22:30:47 -06:00
swagger_doc_generator.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
swagger_doc_generator_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.go Move unstructured to its own package under v1 2016-12-10 18:05:24 -05:00
types_proto.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
unversioned_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
zz_generated.deepcopy.go Commit generated files 2016-07-15 10:27:51 -07:00