diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-13 09:50:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 09:50:23 -0700 |
| commit | 9e83a466933c695e337ac76d020204e779c2a549 (patch) | |
| tree | d087cb1202bc522122f0da646b75934a082087b8 | |
| parent | b33dca0b5bffcc9513cb5f4cb00a05b1812c4b94 (diff) | |
| parent | 47e3c511b8c11cf4cfcf9da29cf642852f96a61b (diff) | |
Merge pull request #2519 from saad-ali/addk8sCsiToSigYaml
Add kubernetes-csi/* repos to sigs.yaml
| -rw-r--r-- | sig-storage/README.md | 11 | ||||
| -rw-r--r-- | sigs.yaml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md index fdef6705..1da1fa49 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -31,6 +31,17 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Subprojects 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** - Owners: - https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS @@ -1591,6 +1591,17 @@ sigs: - name: sig-storage-test-failures description: Test Failures and Triage 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 owners: - https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS |
