mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-08 02:15:27 +00:00
Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension.
This commit is contained in:
committed by
Robert Krawitz
parent
472b9011d5
commit
5b97b2860d
@@ -305,7 +305,7 @@ func doTestPlugin(t *testing.T, c *testcase) {
|
||||
t.Errorf("Unexpected path, expected %q, got: %q", c.expectedPodMountPath, path)
|
||||
}
|
||||
|
||||
if err := mounter.SetUp(nil); err != nil {
|
||||
if err := mounter.SetUp(volume.MounterArgs{}); err != nil {
|
||||
t.Errorf("Expected success, got: %v", err)
|
||||
}
|
||||
if _, err := os.Stat(path); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user