Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for addColumn (0.13 sec)

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

    			reactor.AddClaim(claim)
    			go func(claim *v1.PersistentVolumeClaim) {
    				fakeClaimWatch.Add(claim)
    			}(claim)
    		}
    		for _, volume := range test.initialVolumes {
    			volume = volume.DeepCopy()
    			reactor.AddVolume(volume)
    			go func(volume *v1.PersistentVolume) {
    				fakeVolumeWatch.Add(volume)
    			}(volume)
    		}
    
    		// Start the controller
    		ctx, cancel := context.WithCancel(context.TODO())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top