diff --git a/sig-node/README.md b/sig-node/README.md index be0bf38c1..d8e20184d 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -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) diff --git a/sigs.yaml b/sigs.yaml index d66a197b6..2783e23a6 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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