Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSyncEndpointsItemsPreserveNoSelector (0.42 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    		informerFactory.Core().V1().Pods().Informer().GetStore(),
    		informerFactory.Core().V1().Services().Informer().GetStore(),
    		informerFactory.Core().V1().Endpoints().Informer().GetStore(),
    	}
    }
    
    func TestSyncEndpointsItemsPreserveNoSelector(t *testing.T) {
    	ns := metav1.NamespaceDefault
    	testServer, endpointsHandler := makeTestServer(t, ns)
    	defer testServer.Close()
    
    	tCtx := ktesting.Init(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top