mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Add fsGroup to SetUp and SetUpAt
This commit is contained in:
		| @@ -88,7 +88,7 @@ func doTestPlugin(t *testing.T, spec *volume.Spec) { | ||||
| 		t.Errorf("Got unexpected path: %s", path) | ||||
| 	} | ||||
|  | ||||
| 	if err := builder.SetUp(); err != nil { | ||||
| 	if err := builder.SetUp(nil); err != nil { | ||||
| 		t.Errorf("Expected success, got: %v", err) | ||||
| 	} | ||||
| 	if _, err := os.Stat(path); err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user