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 DNSGetter interface + GetNamesOf func(sourceEpID uint64, ip net.IP) (names []string) + type EndpointGetter interface + GetEndpointInfo func(ip net.IP) (endpoint v1.EndpointInfo, ok bool) + type IPGetter interface + GetIPIdentity func(ip net.IP) (identity ipcache.IPIdentity, ok bool) + type IdentityGetter interface + GetIdentity func(id uint64) (*models.Identity, error) + type ServiceGetter interface + GetServiceByAddr func(ip net.IP, port uint16) (service pb.Service, ok bool)