Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDeleter (0.31 sec)

  1. pkg/volume/hostpath/host_path_test.go

    	_, err := plugMgr.FindRecyclablePluginBySpec(spec)
    	if err != nil {
    		t.Errorf("Can't find the plugin by name")
    	}
    }
    
    func TestDeleter(t *testing.T) {
    	// Deleter has a hard-coded regex for "/tmp".
    	tempPath := fmt.Sprintf("/tmp/hostpath.%s", uuid.NewUUID())
    	err := os.MkdirAll(tempPath, 0750)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top