Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queueEndpointsForEndpointSlice (0.92 sec)

  1. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    		c.queueEndpointsForEndpointSlice(endpointSlice)
    		c.queueEndpointsForEndpointSlice(prevEndpointSlice)
    		return
    	}
    	if managedByChanged(prevEndpointSlice, endpointSlice) || (managedByController(endpointSlice) && c.endpointSliceTracker.ShouldSync(endpointSlice)) {
    		c.queueEndpointsForEndpointSlice(endpointSlice)
    	}
    }
    
    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