diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-23 14:27:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 14:27:10 -0700 |
| commit | 27c628317ff9532a766de90d63807a12b062fcd6 (patch) | |
| tree | d8d61df915863226d562b9aeef6ac91b18ed97fa | |
| parent | 9b61e86e6994d22a128ae562e34c88b9c6e192ab (diff) | |
| parent | e664fc7948d885896e2df51fd6aacb766af9832a (diff) | |
Merge pull request #2581 from spiffxp/add-csi-api-to-sigs-yaml
Add kubernetes/csi-api to sigs.yaml
| -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 1da1fa49..2a278d0f 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -42,6 +42,7 @@ The following subprojects are owned by sig-storage: - 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 + - https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS - **external-storage** - Owners: - https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS @@ -1616,6 +1616,7 @@ sigs: - 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 + - https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS - name: external-storage owners: - https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS |
