Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onEndpointSliceUpdated (0.26 sec)

  1. pkg/controller/endpointslicemirroring/endpointslicemirroring_controller.go

    	endpointSlice := obj.(*discovery.EndpointSlice)
    	prevEndpointSlice := prevObj.(*discovery.EndpointSlice)
    	if endpointSlice == nil || prevEndpointSlice == nil {
    		utilruntime.HandleError(fmt.Errorf("onEndpointSliceUpdated() expected type discovery.EndpointSlice, got %T, %T", prevObj, obj))
    		return
    	}
    	// EndpointSlice generation does not change when labels change. Although the
    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