Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConcurrentServiceEndpointSyncs (0.17 sec)

  1. 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