• xiazhang's avatar
    enable azure disk mount on windows node · 82c909cc
    xiazhang authored
    add initial work for mount azure file on windows
    
    fix review comments
    
    full implementation for attach azure file on windows node
    
    working azure file mount
    
    remove useless functions
    
    add a workable implementation about mounting azure file on windows node
    
    fix review comments and make the pod creating successful even azure file mount failed
    
    fix according to review comments
    
    add mount_windows_test
    
    add implementation for IsLikelyNotMountPoint func
    
    remove mount_windows_test.go temporaly
    
    add back unit test for mount_windows.go
    
    add normalizeWindowsPath func
    
    fix normalizeWindowsPath func issue
    
    implment azure disk on windows
    
    update bazel BUILD
    
    revert validation.go change as it's another PR
    
    fix merge issue and compiling issue
    
    fix windows compiling issue
    
    fix according to review comments
    
    fix according to review comments
    
    fix cross-build failure
    
    fix according to review comments
    
    fix test build failure temporalily
    
    fix darwin build failure
    
    fix azure windows test failure
    
    add empty implementation of MakeRShared on windows
    
    fix gofmt errors
    82c909cc
mount_windows_test.go 2.31 KB