Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForEtcdBookmark (0.17 sec)

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

    				defer cacher.watchCache.RUnlock()
    				return cacher.watchCache.resourceVersion
    			}
    			waitContext, cancel := context.WithTimeout(context.Background(), 2*time.Second)
    			defer cancel()
    			waitForEtcdBookmark := watchAndWaitForBookmark(t, waitContext, cacher.storage)
    
    			var out example.Pod
    			err := cacher.Create(context.Background(), "foo", &example.Pod{}, &out, 0)
    			if err != nil {
    				t.Fatal(err)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top