Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onEndpointsDelete (0.12 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    		}
    
    		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)
    			}()
    			blockNextAction <- struct{}{}
    		}
    
    		res.WriteHeader(http.StatusOK)
    		res.Write([]byte(runtime.EncodeOrDie(clientscheme.Codecs.LegacyCodec(v1.SchemeGroupVersion), &v1.Endpoints{})))
    	}
    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