Versions in this module Expand all Collapse all v0 v0.8.20 Mar 14, 2023 Changes in this version + type IPCache struct + func New() *IPCache + func (ipc *IPCache) Delete(key string) bool + func (ipc *IPCache) GetIPIdentity(ip net.IP) (id IPIdentity, ok bool) + func (ipc *IPCache) InitializeFrom(entries []*models.IPListEntry) error + func (ipc *IPCache) Upsert(key string, id identity.NumericIdentity, hostIP net.IP, encryptKey uint8, ...) bool + func (ipc *IPCache) UpsertChecked(key string, newID identity.NumericIdentity, oldID *identity.NumericIdentity, ...) bool + type IPIdentity struct + Identity identity.NumericIdentity + Namespace string + PodName string