Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ChannelWithContext (0.51 sec)

  1. pkg/kubelet/config/config.go

    // only accepts PodUpdates
    func (c *PodConfig) Channel(ctx context.Context, source string) chan<- interface{} {
    	c.sourcesLock.Lock()
    	defer c.sourcesLock.Unlock()
    	c.sources.Insert(source)
    	return c.mux.ChannelWithContext(ctx, source)
    }
    
    // SeenAllSources returns true if seenSources contains all sources in the
    // config, and also this config has received a SET message from each source.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top