Merge pull request #2519 from saad-ali/addk8sCsiToSigYaml
Add kubernetes-csi/* repos to sigs.yaml
This commit is contained in:
commit
9e83a46693
|
@ -31,6 +31,17 @@ The Chairs of the SIG run operations and processes governing the SIG.
|
||||||
## Subprojects
|
## Subprojects
|
||||||
|
|
||||||
The following subprojects are owned by sig-storage:
|
The following subprojects are owned by sig-storage:
|
||||||
|
- **kubernetes-csi**
|
||||||
|
- Owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/driver-registrar/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/drivers/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/kubernetes-csi.github.io/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/livenessprobe/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/master/OWNERS
|
||||||
- **external-storage**
|
- **external-storage**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS
|
||||||
|
|
11
sigs.yaml
11
sigs.yaml
|
@ -1591,6 +1591,17 @@ sigs:
|
||||||
- name: sig-storage-test-failures
|
- name: sig-storage-test-failures
|
||||||
description: Test Failures and Triage
|
description: Test Failures and Triage
|
||||||
subprojects:
|
subprojects:
|
||||||
|
- name: kubernetes-csi
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/driver-registrar/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/drivers/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/kubernetes-csi.github.io/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/livenessprobe/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/master/OWNERS
|
||||||
- name: external-storage
|
- name: external-storage
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS
|
||||||
|
|
Loading…
Reference in New Issue