diff options
| author | Daniel Smith <dbsmith@google.com> | 2018-03-08 15:26:56 -0800 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2018-03-08 15:26:56 -0800 |
| commit | 4f2ae0cbada9ca41f9e1ed2691fa2632f0d9b8fc (patch) | |
| tree | 5ff31cf9c1aff88b6c54a40aaa1068ceebb3ab69 | |
| parent | 2195d2e5b3cd4a15df3f8c0ee6b5c5bb24e94bb5 (diff) | |
generated
| -rw-r--r-- | sig-api-machinery/README.md | 58 | ||||
| -rw-r--r-- | sig-testing/README.md | 3 |
2 files changed, 42 insertions, 19 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index bfc39ff1..bbe0b9b8 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -27,35 +27,55 @@ Covers all aspects of API server, API registration and discovery, generic API CR ## Subprojects The following subprojects are owned by sig-api-machinery: -- **api** +- **server-binaries** - Owners: - - https://raw.githubusercontent.com/kubernetes/api/master/OWNERS -- **apiserver** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kube-apiserver/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kube-controller-manager/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/controller-manager/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubeapiserver/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/master/OWNERS +- **control-plane-features** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/garbagecollector/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/namespace/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/OWNERS +- **universal-machinery** - Owners: - - https://raw.githubusercontent.com/kubernetes/apiserver/master/OWNERS - https://raw.githubusercontent.com/kubernetes/apimachinery/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/sample-apiserver/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS -- **code-generator** + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/apimachinery/master/OWNERS +- **server-frameworks** - Owners: - - https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS -- **crd** + - https://raw.githubusercontent.com/kubernetes/apiserver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/apiserver/master/OWNERS +- **server-crd** - Owners: - https://raw.githubusercontent.com/kubernetes/apiextensions-apiserver/master/OWNERS -- **gen** + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/apiextensions-apiserver/master/OWNERS +- **server-api-aggregation** - Owners: -- **IDL** + - https://raw.githubusercontent.com/kubernetes/kube-aggregator/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/kube-aggregator/master/OWNERS +- **server-sdk** - Owners: - - https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS -- **api-aggregation** + - https://raw.githubusercontent.com/kubernetes/sample-apiserver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/sample-apiserver/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/sample-controller/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-incubator/apiserver-builder/master/OWNERS +- **idl-schema-client-pipeline** - Owners: - - https://raw.githubusercontent.com/kubernetes/kube-aggregator/master/OWNERS -- **kubernetes-client-library** + - https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/code-generator/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/api/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/api/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS +- **kubernetes-clients** - Owners: - https://raw.githubusercontent.com/kubernetes-client/community/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/csharp/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go-base/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/haskell/master/OWNERS @@ -66,8 +86,8 @@ The following subprojects are owned by sig-api-machinery: - https://raw.githubusercontent.com/kubernetes-client/typescript/master/OWNERS - https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS - https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS -- **utils** + - https://raw.githubusercontent.com/kubernetes/kubernetes/staging/src/k8s.io/client-go/master/OWNERS +- **universal-utils** - Owners: - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS diff --git a/sig-testing/README.md b/sig-testing/README.md index ea37e38f..af9fdc90 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -32,6 +32,9 @@ The following subprojects are owned by sig-testing: - **test-infra** - Owners: - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS +- **repo-publishing** + - Owners: + - https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS - **testing-commons** - Description: The Testing Commons is a subproject within the Kubernetes sig-testing community interested code structure, layout, and execution of common test code used throughout the kubernetes project. - Owners: |
