Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/volume/testing/testing.go

    		"No Attachers have expected WaitForAttachCallCount. Expected: <%v>.",
    		expectedWaitForAttachCallCount)
    }
    
    // VerifyZeroWaitForAttachCallCount ensures that all Attachers for this plugin
    // have a zero WaitForAttachCallCount. Otherwise it returns an error.
    func VerifyZeroWaitForAttachCallCount(fakeVolumePlugin *FakeVolumePlugin) error {
    	for _, attacher := range fakeVolumePlugin.GetAttachers() {
    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