diff options
| author | Aaron Crickenberger <spiffxp@gmail.com> | 2018-01-10 12:49:04 -0800 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@gmail.com> | 2018-02-07 16:11:54 -0700 |
| commit | 170a99a651b57791156cf62d61a013bc51ebc661 (patch) | |
| tree | e20b77ed41ce877a350197544fb44faa81519d08 /sig-api-machinery | |
| parent | ee9d051a206064f82eaf0210fc4497ebdb6714e2 (diff) | |
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
Diffstat (limited to 'sig-api-machinery')
| -rw-r--r-- | sig-api-machinery/README.md | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 7cee4028..15bff6ee 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -24,6 +24,85 @@ Covers all aspects of API server, API registration and discovery, generic API CR * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fapi-machinery) +## Subprojects + +The following subprojects are owned by this SIG: +- **api** + - Owners: + - https://raw.githubusercontent.com/kubernetes/api/master/OWNERS +- **apiextensions-apiserver** + - Owners: + - https://raw.githubusercontent.com/kubernetes/apiextensions-apiserver/master/OWNERS +- **apimachinery** + - Owners: + - https://raw.githubusercontent.com/kubernetes/apimachinery/master/OWNERS +- **apiserver** + - Owners: + - https://raw.githubusercontent.com/kubernetes/apiserver/master/OWNERS +- **apiserver-builder** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS +- **client-go** + - Owners: + - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS +- **client-python** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS +- **code-generator** + - Owners: + - https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS +- **community** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/community/master/OWNERS +- **csharp** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/csharp/master/OWNERS +- **gen** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS +- **gengo** + - Owners: + - https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS +- **go** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/go/master/OWNERS +- **go-base** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/go-base/master/OWNERS +- **haskell** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/haskell/master/OWNERS +- **java** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/java/master/OWNERS +- **javascript** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/javascript/master/OWNERS +- **kube-aggregator** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kube-aggregator/master/OWNERS +- **kube-openapi** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS +- **python-base** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS +- **ruby** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS +- **sample-apiserver** + - Owners: + - https://raw.githubusercontent.com/kubernetes/sample-apiserver/master/OWNERS +- **sample-controller** + - Owners: + - https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS +- **typescript** + - Owners: + - https://raw.githubusercontent.com/kubernetes-client/typescript/master/OWNERS +- **utils** + - Owners: + - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS + ## GitHub Teams The below teams can be mentioned on issues and PRs in order to get attention from the right people. |
