Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunTestGetListNonRecursive (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	preset = preset[:len(preset)-1]
    	var created []*example.Pod
    	for _, item := range preset {
    		created = append(created, item.storedObj)
    	}
    	return initialRV, created, nil
    }
    
    func RunTestGetListNonRecursive(ctx context.Context, t *testing.T, compaction Compaction, store storage.Interface) {
    	key, prevStoredObj := testPropagateStore(ctx, t, store, &example.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: "test-ns"}})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top