Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EpDecoder ¶
type EpDecoder interface {
Decode(ip netip.Addr) *flow.Endpoint
IsEndpointOnLocalHost(ip string) bool
}
func NewEpDecoder ¶
func NewEpDecoder(c *ipc.IPCache, lc LabelCache) EpDecoder
type LabelCache ¶ added in v1.0.3
type LabelCache interface {
// GetLabelsFromSecurityIdentity returns the labels for a given security identity.
GetLabelsFromSecurityIdentity(identity.NumericIdentity) []string
}
LabelCache provides a cache for retrieving security labels associated with Cilium identities.
Click to show internal directories.
Click to hide internal directories.