Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconcileHelper (0.15 sec)

  1. pkg/controller/endpointslicemirroring/reconciler_test.go

    			maxEndpointsPerSubset := tc.maxEndpointsPerSubset
    			if maxEndpointsPerSubset == 0 {
    				maxEndpointsPerSubset = defaultMaxEndpointsPerSubset
    			}
    			r := newReconciler(tCtx, client, maxEndpointsPerSubset)
    			reconcileHelper(t, r, &endpoints, tc.existingEndpointSlices)
    
    			numExtraActions := len(client.Actions()) - numInitialActions
    			if numExtraActions != tc.expectedClientActions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 42.7K bytes
    - Viewed (0)
Back to top