Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedOperationCalls (0.39 sec)

  1. pkg/controller/volume/persistentvolume/framework_test.go

    //   - calls given testCall
    func wrapTestWithReclaimCalls(operation operationType, expectedOperationCalls []error, toWrap testCall) testCall {
    	if operation == operationDelete {
    		return wrapTestWithPluginCalls(nil, expectedOperationCalls, nil, toWrap)
    	} else {
    		return wrapTestWithPluginCalls(expectedOperationCalls, nil, nil, toWrap)
    	}
    }
    
    // wrapTestWithProvisionCalls returns a testCall that:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
Back to top