Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestErrorHandler (0.2 sec)

  1. pkg/kube/kclient/client_test.go

    	// Was allowed, now its not. Should get a Delete
    	obj3.Spec.MinReadySeconds = 150
    	tester.Update(obj3)
    	tracker.WaitOrdered("delete/3")
    	assert.Equal(t, tester.Get(obj3.Name, obj3.Namespace), nil)
    }
    
    func TestErrorHandler(t *testing.T) {
    	mt := monitortest.New(t)
    	c := kube.NewFakeClient()
    	// Prevent List from succeeding
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 15:12:54 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top