diff options
| author | Davanum Srinivas <davanum@gmail.com> | 2018-11-02 17:48:22 -0400 |
|---|---|---|
| committer | Davanum Srinivas <davanum@gmail.com> | 2018-11-02 17:48:22 -0400 |
| commit | 1db679c3b2a50a636f5e440ee6dc42710023baaf (patch) | |
| tree | 57d3276c2925bb0c23e86b1f69b55b847221c97d | |
| parent | 5a78c6867b9b40bc0ddfc1e6b23d78a84a2f6f57 (diff) | |
Re-organize SIG-Arch sub-projects
Change-Id: I2d398122f98528735fb193a80aea4305b44cdb90
| -rw-r--r-- | sigs.yaml | 32 |
1 files changed, 18 insertions, 14 deletions
@@ -233,28 +233,32 @@ sigs: - name: sig-architecture-test-failures description: Test Failures and Triage subprojects: - - name: api + - name: 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 - - name: kubernetes-template-project + - name: conformance-definition owners: - - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS - - name: spartakus + - 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-incubator/spartakus/master/OWNERS - - name: steering - owners: - - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS - - name: architecture-tracking - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS - - name: universal-utils + - name: code-organization owners: + - https://raw.githubusercontent.com/kubernetes/contrib/master/OWNERS # solely to steward moving code _out_ of here to more appropriate places - https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS - - name: contrib # solely to steward moving code _out_ of here to more appropriate places + - 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 + - name: 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 + - name: Auth dir: sig-auth mission_statement: > |
