diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-18 16:14:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 16:14:16 -0700 |
| commit | 445c504e2e05d1b7a8a37cffb3cac44914a2c978 (patch) | |
| tree | 1c414c30722d0f6df1d1164bfa3821119d89e191 | |
| parent | 7f3692c259b587c6dc3d3b3e997ce48c24523939 (diff) | |
| parent | c987cf74dc4b4d1a36fd8d1aa1ba368f8cebcc79 (diff) | |
Merge pull request #2687 from spiffxp/add-csi-drivers-repos
Add new repos to kubernetes-csi subproject
| -rw-r--r-- | sig-storage/README.md | 8 | ||||
| -rw-r--r-- | sigs.yaml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md index 512cbf5f..70dc0485 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -35,6 +35,14 @@ The Chairs of the SIG run operations and processes governing the SIG. The following subprojects are owned by sig-storage: - **kubernetes-csi** - Owners: + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-cinder/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-flex/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-host-path/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-iscsi/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-common/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-fc/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-iscsi/master/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 @@ -1634,6 +1634,14 @@ sigs: subprojects: - name: kubernetes-csi owners: + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-cinder/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-flex/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-host-path/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-iscsi/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-common/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-fc/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-lib-iscsi/master/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 |
