diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-08-02 14:30:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-02 14:30:04 -0700 |
| commit | 9782c0ea65b71abcae5c2bbf6d0dd1b66917c9a6 (patch) | |
| tree | 5b1b8929a3d7e6ff2e60f4924c5f825407625cd7 | |
| parent | 536a7b2c4b598a4103d98ab0921c53baf4430017 (diff) | |
| parent | 186002d6d1e6de3abc71e09bb8ad1f18f88f1825 (diff) | |
Merge pull request #3950 from nikhita/csi-proxy
sig-storage: add csi-proxy to kubernetes-csi subproject
| -rw-r--r-- | sig-storage/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md index 892fc534..340a0959 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -52,6 +52,7 @@ The following subprojects are owned by sig-storage: - 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-lib-utils/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-proxy/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/csi-release-tools/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS @@ -1902,6 +1902,7 @@ sigs: - 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-lib-utils/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/csi-proxy/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/csi-release-tools/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS |
