Merge pull request #7565 from mikeshng/add-cluster-inventory-sig-subproject
sig-multicluster: add cluster-inventory-api subproject
This commit is contained in:
commit
dab4116bdb
|
@ -57,6 +57,9 @@ The following [subprojects][subproject-definition] are owned by sig-multicluster
|
|||
### about-api
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/about-api](https://github.com/kubernetes-sigs/about-api/blob/master/OWNERS)
|
||||
### cluster-inventory-api
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/cluster-inventory-api](https://github.com/kubernetes-sigs/cluster-inventory-api/blob/main/OWNERS)
|
||||
### mcs-api
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/mcs-api](https://github.com/kubernetes-sigs/mcs-api/blob/master/OWNERS)
|
||||
|
|
|
@ -2090,6 +2090,9 @@ sigs:
|
|||
- name: about-api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/about-api/master/OWNERS
|
||||
- name: cluster-inventory-api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-inventory-api/main/OWNERS
|
||||
- name: mcs-api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/mcs-api/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue