From 170a99a651b57791156cf62d61a013bc51ebc661 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Wed, 10 Jan 2018 12:49:04 -0800 Subject: Add strawman implementation of subprojects A subproject is a one-to-many mapping of a name to a list of OWNERS urls. This allows for a subproject to be a single repo (eg: helm), or a subproject to be a list of multiple subdirectories across one or more repos (eg: workloads api) SIG meetings dedicated to a single subproject moved down to subproject meetings --- sig-node/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'sig-node') diff --git a/sig-node/README.md b/sig-node/README.md index 474d9721..a7d50398 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -23,6 +23,31 @@ To understand how this file is generated, see https://git.k8s.io/community/gener * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-node) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fnode) +## Subprojects + +The following subprojects are owned by this SIG: +- **cri-containerd** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/cri-containerd/master/OWNERS +- **cri-o** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/cri-o/master/OWNERS +- **cri-tools** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/cri-tools/master/OWNERS +- **frakti** + - Owners: + - https://raw.githubusercontent.com/kubernetes/frakti/master/OWNERS +- **node-feature-discovery** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/node-feature-discovery/master/OWNERS +- **node-problem-detector** + - Owners: + - https://raw.githubusercontent.com/kubernetes/node-problem-detector/master/OWNERS +- **rktlet** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/rktlet/master/OWNERS + ## GitHub Teams The below teams can be mentioned on issues and PRs in order to get attention from the right people. -- cgit v1.2.3