diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-04-06 07:59:37 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-04-06 07:59:37 +0530 |
| commit | 1aa6c90fedf066bcc21c00d2d3ab3cc2856ad27a (patch) | |
| tree | e1b0c9424d0baad6cb62b041d57d4a7a460170ba | |
| parent | d881678a602c65b2154015743c88690d9da1172d (diff) | |
sig-multicluster: add about-api subproject
| -rw-r--r-- | sig-multicluster/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-multicluster/README.md b/sig-multicluster/README.md index 90ec1f95..f89e8cb0 100644 --- a/sig-multicluster/README.md +++ b/sig-multicluster/README.md @@ -49,6 +49,9 @@ The following [subprojects][subproject-definition] are owned by sig-multicluster ### Kubefed - **Owners:** - [kubernetes-sigs/kubefed](https://github.com/kubernetes-sigs/kubefed/blob/master/OWNERS) +### about-api +- **Owners:** + - [kubernetes-sigs/about-api](https://github.com/kubernetes-sigs/about-api/blob/master/OWNERS) ### kubemci - **Owners:** - [GoogleCloudPlatform/k8s-multicluster-ingress](https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/blob/master/OWNERS) @@ -1615,6 +1615,9 @@ sigs: - name: Kubefed owners: - https://raw.githubusercontent.com/kubernetes-sigs/kubefed/master/OWNERS + - name: about-api + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/about-api/master/OWNERS - name: kubemci owners: - https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-multicluster-ingress/master/OWNERS |
