Versions in this module Expand all Collapse all v0 v0.5.2 Jul 22, 2020 GO-2025-3700 GO-2025-3700: Character injection in Hubble CLI in github.com/cilium/hubble v0.5.1 Apr 15, 2020 GO-2025-3700 GO-2025-3700: Character injection in Hubble CLI in github.com/cilium/hubble v0.5.0 Mar 23, 2020 GO-2025-3700 GO-2025-3700: Character injection in Hubble CLI in github.com/cilium/hubble 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