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 ServiceCache struct + func New() *ServiceCache + func (svcc *ServiceCache) DeleteByAddr(ip net.IP, port uint16) bool + func (svcc *ServiceCache) DeleteByID(id int64) bool + func (svcc *ServiceCache) GetServiceByAddr(ip net.IP, port uint16) (service pb.Service, ok bool) + func (svcc *ServiceCache) InitializeFrom(entries []*models.Service) error + func (svcc *ServiceCache) Upsert(id int64, name, typ, ns string, frontendIP net.IP, frontendPort uint16) bool