Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunTestPreconditionalDeleteWithSuggestion (0.42 sec)

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

    	if err = store.Get(ctx, key, storage.GetOptions{}, out); err != nil {
    		t.Errorf("Unexpected error on reading object: %v", err)
    	}
    	expectNoDiff(t, "incorrect pod:", updatedPod, out)
    }
    
    func RunTestPreconditionalDeleteWithSuggestion(ctx context.Context, t *testing.T, store storage.Interface) {
    	key, originalPod := testPropagateStore(ctx, t, store, &example.Pod{ObjectMeta: metav1.ObjectMeta{Name: "name", 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