You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Debug("findPortForService - not found.", zap.Uint32("port", spec.GetServicePort()), zap.String("svcName", spec.GetServiceName()), zap.String("svcNamespace", spec.GetServiceNamespace()))
232
+
logger.Debug("port not found for service", zap.Uint32("port", spec.GetServicePort()), zap.String("name", spec.GetServiceName()), zap.String("namespace", spec.GetServiceNamespace()))
234
233
returnnil
235
234
}
236
235
237
-
svcNs:=spec.GetServiceNamespace()
238
-
svcName:=spec.GetServiceName()
239
-
// Fetch all EndpointSlices for the service
236
+
// Fetch all EndpointSlices for the upstream service
0 commit comments