We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a99c5 commit c4f7308Copy full SHA for c4f7308
pkg/proxy/config/config.go
@@ -240,7 +240,7 @@ func (c *EndpointSliceConfig) handleAddEndpointSlice(obj interface{}) {
240
return
241
}
242
for _, h := range c.eventHandlers {
243
- klog.V(4).Infof("Calling handler.OnEndpointSliceUpdate %+v", endpointSlice)
+ klog.V(4).Infof("Calling handler.OnEndpointSliceAdd %+v", endpointSlice)
244
h.OnEndpointSliceAdd(endpointSlice)
245
246
0 commit comments