Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunTestCount (0.21 sec)

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

    	}
    	if err := store.Get(ctx, preset[1].key, storage.GetOptions{}, &example.Pod{}); !storage.IsInternalError(err) {
    		t.Errorf("Unexpected error: %v", err)
    	}
    }
    
    func RunTestCount(ctx context.Context, t *testing.T, store storage.Interface) {
    	resourceA := "/foo.bar.io/abc"
    
    	// resourceA is intentionally a prefix of resourceB to ensure that the count
    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