diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-05-28 10:16:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-28 10:16:03 -0700 |
| commit | 5885830bfbaa48445d2528c52c94746dcd3033ac (patch) | |
| tree | 0eefcfe8f50b145b26cb0763988be2d258fe56bf | |
| parent | c4b13962768e9cbf60582f5702b0c30f98e51eec (diff) | |
| parent | 0163e8259e1694558f18bf190dce1d895d968c26 (diff) | |
Merge pull request #4818 from nikhita/mount-utils
sig-storage: add mount-utils repo
| -rw-r--r-- | sig-storage/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md index 878dcf4c..f083167e 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -94,6 +94,9 @@ The following [subprojects][subproject-definition] are owned by sig-storage: - https://raw.githubusercontent.com/kubernetes/csi-translation-lib/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-translation-lib/OWNERS +### mount-utils +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/mount-utils/OWNERS ### nfs-provisioner - **Owners:** - https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS @@ -2071,6 +2071,9 @@ sigs: - https://raw.githubusercontent.com/kubernetes/csi-translation-lib/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-translation-lib/OWNERS + - name: mount-utils + owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/mount-utils/OWNERS - name: nfs-provisioner owners: - https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS |
