• Kubernetes Submit Queue's avatar
    Merge pull request #29619 from dims/fix-issue-23163 · 94905bd7
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Verify volume.GetPath() never returns ""
    
    Add a new helper method volume.GetPath(Mounter) instead of calling
    the GetPath() of the Mounter directly. Check if GetPath() is returning
    a "" and convert that into an error.
    
    Fixes #23163
    94905bd7
util.go 9.66 KB