Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkLeftoverEndpoints (0.27 sec)

  1. pkg/controller/endpoint/endpoints_controller.go

    		return
    	}
    
    	for i := 0; i < workers; i++ {
    		go wait.UntilWithContext(ctx, e.worker, e.workerLoopPeriod)
    	}
    
    	go func() {
    		defer utilruntime.HandleCrash()
    		e.checkLeftoverEndpoints()
    	}()
    
    	<-ctx.Done()
    }
    
    // When a pod is added, figure out what services it will be a member of and
    // enqueue them. obj must have *v1.Pod type.
    func (e *Controller) addPod(obj interface{}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top