Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for watchersBuffer (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    			for _, watcher := range c.watchers.allWatchers[namespacedName{namespace: namespace, name: name}] {
    				c.watchersBuffer = append(c.watchersBuffer, watcher)
    			}
    		}
    		// namespaced watchers not scoped by name
    		for _, watcher := range c.watchers.allWatchers[namespacedName{namespace: namespace}] {
    			c.watchersBuffer = append(c.watchersBuffer, watcher)
    		}
    	}
    	if len(name) > 0 {
    		// cluster-wide watchers scoped by name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top