Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nodeUpdateChannels (0.14 sec)

  1. pkg/controller/tainteviction/taint_eviction.go

    	// wait for the cache to be synced
    	if !cache.WaitForNamedCacheSync(tc.name, ctx.Done(), tc.podListerSynced, tc.nodeListerSynced) {
    		return
    	}
    
    	for i := 0; i < UpdateWorkerSize; i++ {
    		tc.nodeUpdateChannels = append(tc.nodeUpdateChannels, make(chan nodeUpdateItem, NodeUpdateChannelSize))
    		tc.podUpdateChannels = append(tc.podUpdateChannels, make(chan podUpdateItem, podUpdateChannelSize))
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top