Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ConcurrentServiceEndpointSyncs (0.27 sec)

  1. pkg/controller/endpointslice/config/v1alpha1/zz_generated.conversion.go

    	out.ConcurrentServiceEndpointSyncs = in.ConcurrentServiceEndpointSyncs
    	out.MaxEndpointsPerSlice = in.MaxEndpointsPerSlice
    	out.EndpointUpdatesBatchPeriod = in.EndpointUpdatesBatchPeriod
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/discovery.go

    		controllerContext.ComponentConfig.EndpointSliceController.EndpointUpdatesBatchPeriod.Duration,
    	).Run(ctx, int(controllerContext.ComponentConfig.EndpointSliceController.ConcurrentServiceEndpointSyncs))
    	return nil, true, nil
    }
    
    func newEndpointSliceMirroringControllerDescriptor() *ControllerDescriptor {
    	return &ControllerDescriptor{
    		name:     names.EndpointSliceMirroringController,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 11:28:02 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top