diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-04-05 21:51:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 21:51:35 -0700 |
| commit | 346e7d48cf3bded807e44f38801e35012c71ce8b (patch) | |
| tree | e1b0c9424d0baad6cb62b041d57d4a7a460170ba | |
| parent | d881678a602c65b2154015743c88690d9da1172d (diff) | |
| parent | 1aa6c90fedf066bcc21c00d2d3ab3cc2856ad27a (diff) | |
Merge pull request #5696 from nikhita/about-api
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 |
