Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exectesting (0.09 sec)

  1. pkg/volume/flexvolume/common_test.go

    		}
    		return &exectesting.FakeCmd{
    			Argv:                 args,
    			CombinedOutputScript: []exectesting.FakeAction{output},
    		}
    	}
    }
    
    func fakeRunner(fakeCommands ...exectesting.FakeCommandAction) exec.Interface {
    	return &exectesting.FakeExec{
    		CommandScript: fakeCommands,
    	}
    }
    
    func fakeResultOutput(result interface{}) exectesting.FakeAction {
    	return func() ([]byte, []byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 3.5K bytes
    - Viewed (0)
Back to top