Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskevents (0.25 sec)

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

    			elem := item.(*storeElement)
    			items[elem.Key] = *elem
    		}
    		if !apiequality.Semantic.DeepEqual(expected, items) {
    			t.Errorf("expected %v, got %v", expected, items)
    		}
    	}
    }
    
    func TestEvents(t *testing.T) {
    	store := newTestWatchCache(5, &cache.Indexers{})
    	defer store.Stop()
    
    	// no dynamic-size cache to fit old tests.
    	store.lowerBoundCapacity = 5
    	store.upperBoundCapacity = 5
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
Back to top