Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointstore (0.09 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    			return
    		}
    
    		if req.Method == "POST" {
    			controller.endpointsStore.Add(endpoint)
    			blockNextAction <- struct{}{}
    		}
    
    		if req.Method == "DELETE" {
    			go func() {
    				// Delay the deletion of endoints to make endpoint cache out of sync
    				<-blockDelete
    				controller.endpointsStore.Delete(endpoint)
    				controller.onEndpointsDelete(endpoint)
    			}()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top