Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDetachedVolumes (0.15 sec)

  1. pkg/controller/volume/attachdetach/attach_detach_controller_test.go

    		time.Sleep(time.Second * 1) // Wait for a second
    		for _, volumeList := range testPlugin.GetAttachedVolumes() {
    			attachedVolumesNum += len(volumeList)
    		}
    		for _, volumeList := range testPlugin.GetDetachedVolumes() {
    			detachedVolumesNum += len(volumeList)
    		}
    
    		// All the "extra pods" should result in volume to be attached, the pods all share one volume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top