Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queueServiceForEndpointSlice (0.22 sec)

  1. pkg/controller/endpointslice/endpointslice_controller.go

    		c.queueServiceForEndpointSlice(endpointSlice)
    		c.queueServiceForEndpointSlice(prevEndpointSlice)
    		return
    	}
    	if c.reconciler.ManagedByChanged(prevEndpointSlice, endpointSlice) || (c.reconciler.ManagedByController(endpointSlice) && c.endpointSliceTracker.ShouldSync(endpointSlice)) {
    		c.queueServiceForEndpointSlice(endpointSlice)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 23.6K bytes
    - Viewed (0)
Back to top