Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podUpdateChannels (0.21 sec)

  1. pkg/controller/tainteviction/taint_eviction.go

    		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))
    	}
    
    	// Functions that are responsible for taking work items out of the workqueues and putting them
    	// into channels.
    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