Skip to content

Commit 7da809c

Browse files
authored
Update pkg/backend/endpoint_resolver.go
1 parent f0476d9 commit 7da809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/backend/endpoint_resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func (r *defaultEndpointResolver) resolvePodEndpointsWithEndpointsData(ctx conte
166166
return nil, false, err
167167
}
168168
if !exists {
169-
r.logger.Info("ignore pod Endpoint without non-exist podInfo", "podKey", podKey.String())
169+
r.logger.Info("ignore pod Endpoint with non-existent podInfo", "podKey", podKey.String())
170170
continue
171171
}
172172
podEndpoint := buildPodEndpoint(pod, epAddr, epPort)

0 commit comments

Comments
 (0)