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.
2 parents 53a394e + c4f7308 commit e41bb32Copy full SHA for e41bb32
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