Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSGetter ¶
type DNSGetter interface {
// GetNamesOf fetches FQDNs of a given IP from the perspective of
// the endpoint with ID sourceEpID
GetNamesOf(sourceEpID uint64, ip net.IP) (names []string)
}
DNSGetter ...
type EndpointGetter ¶
type EndpointGetter interface {
// GetEndpointInfo looks up endpoint by IP address.
GetEndpointInfo(ip net.IP) (endpoint v1.EndpointInfo, ok bool)
}
EndpointGetter ...
type IPGetter ¶
type IPGetter interface {
// GetIPIdentity fetches information known about a remote IP.
GetIPIdentity(ip net.IP) (identity ipcache.IPIdentity, ok bool)
}
IPGetter fetches per-IP metadata
Click to show internal directories.
Click to hide internal directories.