Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPersistentPlugin (0.11 sec)

  1. pkg/volume/local/local_test.go

    		t.Fatalf("Can't find the plugin by name")
    	}
    	if plug.GetPluginName() != localVolumePluginName {
    		t.Errorf("Wrong name: %s", plug.GetPluginName())
    	}
    	return tmpDir, plug
    }
    
    func getPersistentPlugin(t *testing.T) (string, volume.PersistentVolumePlugin) {
    	tmpDir, err := utiltesting.MkTmpdir("localVolumeTest")
    	if err != nil {
    		t.Fatalf("can't make a temp dir: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 10:53:39 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top