Merge pull request #7857 from saschagrunert/cri-client
Add `cri-client` repository to `sigs.yaml`
This commit is contained in:
commit
0d59535e7e
|
@ -78,6 +78,10 @@ The following [subprojects][subproject-definition] are owned by sig-node:
|
|||
- [kubernetes/cri-api](https://github.com/kubernetes/cri-api/blob/master/OWNERS)
|
||||
- [kubernetes/kubernetes/staging/src/k8s.io/cri-api](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cri-api/OWNERS)
|
||||
- [kubernetes/kubernetes/staging/src/k8s.io/cri-api/pkg](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cri-api/pkg/OWNERS)
|
||||
### cri-client
|
||||
- **Owners:**
|
||||
- [kubernetes/cri-client](https://github.com/kubernetes/cri-client/blob/master/OWNERS)
|
||||
- [kubernetes/kubernetes/staging/src/k8s.io/cri-client](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cri-client/OWNERS)
|
||||
### cri-tools
|
||||
- **Owners:**
|
||||
- [kubernetes-sigs/cri-tools](https://github.com/kubernetes-sigs/cri-tools/blob/master/OWNERS)
|
||||
|
|
|
@ -2357,6 +2357,10 @@ sigs:
|
|||
- https://raw.githubusercontent.com/kubernetes/cri-api/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cri-api/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cri-api/pkg/OWNERS
|
||||
- name: cri-client
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/cri-client/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cri-client/OWNERS
|
||||
- name: cri-tools
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/cri-tools/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue