Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunTestValidateDeletionWithSuggestion (0.31 sec)

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

    	if err := store.Delete(ctx, key, out, nil, storage.ValidateAllObjectFunc, originalPod); !storage.IsNotFound(err) {
    		t.Errorf("Unexpected error during deletion: %v, expected not-found", err)
    	}
    }
    
    func RunTestValidateDeletionWithSuggestion(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