diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-04-16 16:38:39 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-04-16 16:38:39 +0530 |
| commit | 2473d61d3e52e6aab66627f2f74be8bc88a321a0 (patch) | |
| tree | aa13dede5e0e68d8438cc6594b2d3779499cf675 | |
| parent | 0ec6983e5793f7a105d330bdb7b2e7acd54addac (diff) | |
sig-arch: add depstat repo
| -rw-r--r-- | sig-architecture/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-architecture/README.md b/sig-architecture/README.md index 21b50faa..69b114b2 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -64,6 +64,7 @@ The following [subprojects][subproject-definition] are owned by sig-architecture ### code-organization [Described below](#code-organization) - **Owners:** + - [kubernetes-sigs/depstat](https://github.com/kubernetes-sigs/depstat/blob/master/OWNERS) - [kubernetes/component-helpers](https://github.com/kubernetes/component-helpers/blob/master/OWNERS) - [kubernetes/kubernetes/staging](https://github.com/kubernetes/kubernetes/blob/master/staging/OWNERS) - [kubernetes/kubernetes/staging/src/k8s.io/component-helpers](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-helpers/OWNERS) @@ -336,6 +336,7 @@ sigs: contact: slack: k8s-code-organization owners: + - https://raw.githubusercontent.com/kubernetes-sigs/depstat/master/OWNERS - https://raw.githubusercontent.com/kubernetes/component-helpers/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-helpers/OWNERS |
