Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for PodUpdate (0.42 sec)

  1. pkg/kubelet/kubelet_test.go

    	// The syncLoop waits on time.After(resyncInterval), set it really big so that we don't race for
    	// the channel close
    	kubelet.resyncInterval = time.Second * 30
    
    	ch := make(chan kubetypes.PodUpdate)
    	close(ch)
    
    	// sanity check (also prevent this test from hanging in the next step)
    	ok := kubelet.syncLoopIteration(ctx, ch, kubelet, make(chan time.Time), make(chan time.Time), make(chan *pleg.PodLifecycleEvent, 1))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top