Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWaitsForAllInformersToBeSynced2 (0.31 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    			Ports:     []v1.EndpointPort{{Port: 8080, Protocol: "TCP"}},
    		}},
    	})
    	endpointsHandler.ValidateRequest(t, "/api/v1/namespaces/"+ns+"/endpoints/foo", "PUT", &data)
    }
    
    func TestWaitsForAllInformersToBeSynced2(t *testing.T) {
    	var tests = []struct {
    		podsSynced            func() bool
    		servicesSynced        func() bool
    		endpointsSynced       func() bool
    		shouldUpdateEndpoints bool
    	}{
    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