Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for standardSyncService (0.23 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    func TestSyncServiceWithSelector(t *testing.T) {
    	ns := metav1.NamespaceDefault
    	serviceName := "testing-1"
    	client, esController := newController(t, []string{"node-1"}, time.Duration(0))
    	standardSyncService(t, esController, ns, serviceName)
    	expectActions(t, client.Actions(), 1, "create", "endpointslices")
    
    	sliceList, err := client.DiscoveryV1().EndpointSlices(ns).List(context.TODO(), metav1.ListOptions{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top