feat: init

This commit is contained in:
2026-06-06 06:15:45 +03:30
commit a986de98b0
33 changed files with 2141 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package driver
import "github.com/KubelanCloud/kks-csi-plugin/pkg/csi/volume"
func sanitizeVolumeName(name string) string {
return volume.SanitizeName(name)
}