mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
cleanup: fix log capitalization in volume package
Signed-off-by: wangyx1992 <wang.yixiang@zte.com.cn>
This commit is contained in:
@@ -418,13 +418,13 @@ func testFSGroupMount(plug volume.VolumePlugin, pod *v1.Pod, tmpDir string, fsGr
|
||||
return err
|
||||
}
|
||||
if mounter == nil {
|
||||
return fmt.Errorf("Got a nil Mounter")
|
||||
return fmt.Errorf("got a nil Mounter")
|
||||
}
|
||||
|
||||
volPath := filepath.Join(tmpDir, testMountPath)
|
||||
path := mounter.GetPath()
|
||||
if path != volPath {
|
||||
return fmt.Errorf("Got unexpected path: %s", path)
|
||||
return fmt.Errorf("got unexpected path: %s", path)
|
||||
}
|
||||
|
||||
var mounterArgs volume.MounterArgs
|
||||
|
||||
Reference in New Issue
Block a user