Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/util/manager/watch_based_manager.go

    	// until we will see a good reason for that.
    	store := cache.NewStore(cache.MetaNamespaceKeyFunc)
    	return &cacheStore{store, sync.Mutex{}, false}
    }
    
    func (c *objectCache) newReflectorLocked(namespace, name string) *objectCacheItem {
    	fieldSelector := fields.Set{"metadata.name": name}.AsSelector().String()
    	listFunc := func(options metav1.ListOptions) (runtime.Object, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top