Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAddAllEventHandlers (0.14 sec)

  1. pkg/scheduler/eventhandlers_test.go

    			if diff := cmp.Diff(tt.want, got); diff != "" {
    				t.Errorf("Unexpected diff (-want, +got):\n%s", diff)
    			}
    		})
    	}
    }
    
    // test for informers of resources we care about is registered
    func TestAddAllEventHandlers(t *testing.T) {
    	tests := []struct {
    		name                   string
    		gvkMap                 map[framework.GVK]framework.ActionType
    		expectStaticInformers  map[reflect.Type]bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 14:38:54 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top