Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPodDeviceMapPathCallCount (0.19 sec)

  1. pkg/volume/testing/testing.go

    	for _, mapper := range fakeVolumePlugin.GetBlockVolumeMapper() {
    		actualCallCount := mapper.GetPodDeviceMapPathCallCount()
    		if actualCallCount == expectedPodDeviceMapPathCallCount {
    			return nil
    		}
    	}
    
    	return fmt.Errorf(
    		"No Mappers have expected GetPodDeviceMapPathCallCount. Expected: <%v>.",
    		expectedPodDeviceMapPathCallCount)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top