diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-03-26 18:50:17 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-03-26 18:50:17 +0530 |
| commit | 6ecc986728d72054203e52f06510d82f00da1465 (patch) | |
| tree | b6a955213b859b3fc01d50ff3828aa334c51b349 | |
| parent | e7b8b9752a81fb990978174a216d1aa44bf787d3 (diff) | |
Add cri-api as a subproject to sig-node
| -rw-r--r-- | sig-node/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-node/README.md b/sig-node/README.md index 68cba5eb..9586a537 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -30,6 +30,9 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Subprojects The following subprojects are owned by sig-node: +- **cri-api** + - Owners: + - https://raw.githubusercontent.com/kubernetes/cri-api/master/OWNERS - **cri-o** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/cri-o/master/OWNERS @@ -1441,6 +1441,9 @@ sigs: - name: sig-node-test-failures description: Test Failures and Triage subprojects: + - name: cri-api + owners: + - https://raw.githubusercontent.com/kubernetes/cri-api/master/OWNERS - name: cri-o owners: - https://raw.githubusercontent.com/kubernetes-sigs/cri-o/master/OWNERS |
