MCPcopy
hub / github.com/cilium/cilium / EndpointLookup

Interface EndpointLookup

pkg/proxy/accesslog/endpoint/epinfo.go:19–21  ·  view source on GitHub ↗

EndpointLookup is any type which maps from IP to the endpoint owning that IP.

Source from the content-addressed store, hash-verified

17
18// EndpointLookup is any type which maps from IP to the endpoint owning that IP.
19type EndpointLookup interface {
20 LookupIP(ip netip.Addr) (ep *endpoint.Endpoint)
21}
22
23// endpointInfoRegistry provides a default implementation of the logger.EndpointInfoRegistry interface.
24type endpointInfoRegistry struct {

Callers 1

FillEndpointInfoMethod · 0.65

Implementers 7

endpointManagerpkg/endpointmanager/manager.go
MockEndpointManagerpkg/ztunnel/reconciler/reconciler_test
MockEndpointManagerpkg/ztunnel/xds/xds_server_test.go
DNSCachepkg/fqdn/cache.go
mockEndpointManagerpkg/fqdn/service/service_test.go
DefaultEtcdDbgDialerpkg/kvstore/etcd_debug.go
troubleshootDialercilium-dbg/cmd/troubleshoot/troublesho

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…