Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForVolumeToExistInASW (0.26 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    				// Start the reconciler to fill ASW.
    				stopChan, stoppedChan := make(chan struct{}), make(chan struct{})
    				go func() {
    					reconciler.Run(stopChan)
    					close(stoppedChan)
    				}()
    				waitForVolumeToExistInASW(t, volumeName, asw)
    				if tc.volumeName == volumetesting.TimeoutAndFailOnMountDeviceVolumeName {
    					// Wait upto 10s for reconciler to catch up
    					time.Sleep(reconcilerSyncWaitDuration)
    				}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
Back to top