diff options
| author | Davanum Srinivas <davanum@gmail.com> | 2018-11-02 17:56:09 -0400 |
|---|---|---|
| committer | Davanum Srinivas <davanum@gmail.com> | 2018-11-02 17:56:09 -0400 |
| commit | dfa1892d8a699060ad9c06018a31ced9778c3da5 (patch) | |
| tree | c0006284ae2bf26df8e81a208618009875a65886 | |
| parent | 3a997f8568360cd3ba5ebd35bba3d41108fd720d (diff) | |
Fix typo in sigs.yaml and generate the README.md
Change-Id: I02c5937a0d8e34811023a03fa9a004db6be9cbbd
| -rw-r--r-- | sig-architecture/README.md | 31 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 18 insertions, 15 deletions
diff --git a/sig-architecture/README.md b/sig-architecture/README.md index 12354dc2..3f2660d9 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -33,28 +33,31 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Subprojects The following subprojects are owned by sig-architecture: -- **api** +- **architecture-and-api-governance** - Owners: + - https://raw.githubusercontent.com/kubernetes/community/master/contributors/design-proposals/architecture/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS - https://raw.githubusercontent.com/kubernetes/api/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS -- **kubernetes-template-project** - - Owners: - - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS -- **spartakus** +- **conformance-definition** - Owners: - - https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS -- **steering** - - Owners: - - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS -- **architecture-tracking** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS + - https://github.com/orgs/kubernetes/teams/cncf-conformance-wg +- **kep-adoption-and-reviews** - Owners: - - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS -- **universal-utils** + - https://raw.githubusercontent.com/kubernetes/community/master/keps/OWNERS +- **code-organization** - Owners: + - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS -- **contrib** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/third_party/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/OWNERS +- **steering** - Owners: - - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS ## GitHub Teams @@ -244,8 +244,8 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS - https://github.com/orgs/kubernetes/teams/cncf-conformance-wg - name: kep-adoption-and-reviews - - https://raw.githubusercontent.com/kubernetes/community/master/keps/OWNERS owners: + - https://raw.githubusercontent.com/kubernetes/community/master/keps/OWNERS - name: code-organization owners: - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS # solely to steward moving code _out_ of here to more appropriate places |
