Rename repository to k8s-csi-s3

This commit is contained in:
Vitaliy Filippov 2021-08-24 13:33:26 +03:00
parent ecd954b294
commit 02568bfa05
13 changed files with 17 additions and 17 deletions
pkg/mounter

View file

@ -11,7 +11,7 @@ import (
"syscall"
"time"
"github.com/yandex-cloud/csi-s3/pkg/s3"
"github.com/yandex-cloud/k8s-csi-s3/pkg/s3"
"github.com/golang/glog"
"github.com/mitchellh/go-ps"
"k8s.io/kubernetes/pkg/util/mount"