Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. istioctl/pkg/wait/wait_test.go

    				Namespace: "default",
    				Results:   c.execClientConfig,
    			})
    			k, err := cl.CLIClient()
    			if err != nil {
    				t.Fatal(err)
    			}
    			fc := k.Dynamic().(*dynamicfake.FakeDynamicClient)
    			fc.PrependWatchReactor("*", func(action clienttesting.Action) (handled bool, ret watch.Interface, err error) {
    				gvr := action.GetResource()
    				ns := action.GetNamespace()
    				watch, err := fc.Tracker().Watch(gvr, ns)
    				if err != nil {
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 08:28:50 GMT 2024
    - 6.8K bytes
    - Viewed (0)
Back to top