Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectErrorEvent (0.43 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/decorated_watcher_test.go

    		w.Delete(&example.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}})
    	}()
    
    	expectErrorEvent(t, dw) // expect error is plumbed and doesn't force close the watcher
    	expectPodEvent(t, dw, watch.Added)
    	expectErrorEvent(t, dw) // expect error is plumbed and doesn't force close the watcher
    	expectPodEvent(t, dw, watch.Modified)
    	expectErrorEvent(t, dw) // expect error is plumbed and doesn't force close the watcher
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 02 19:25:31 UTC 2021
    - 3.4K bytes
    - Viewed (0)
Back to top