Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEndpointsFromDeleteAction (0.21 sec)

  1. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    	}
    	c.queueEndpoints(obj)
    }
    
    // onEndpointsDelete queues a sync for the relevant Endpoints resource.
    func (c *Controller) onEndpointsDelete(logger klog.Logger, obj interface{}) {
    	endpoints := getEndpointsFromDeleteAction(obj)
    	if endpoints == nil {
    		utilruntime.HandleError(fmt.Errorf("onEndpointsDelete() expected type v1.Endpoints, got %T", obj))
    		return
    	}
    	if !c.shouldMirror(endpoints) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 23:18:31 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top