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 + var DefaultOptions []serveroption.Option + type GRPCServer interface + GetEventsChannel func() chan *pb.Payload + GetLogger func() *logrus.Entry + GetRingBuffer func() *container.Ring + GetStopped func() chan struct{} + SetEventsChannel func(chan *pb.Payload) + Start func() + type LocalObserverServer struct + func NewLocalServer(payloadParser *parser.Parser, logger *logrus.Entry, ...) (*LocalObserverServer, error) + func (s *LocalObserverServer) GetEventsChannel() chan *pb.Payload + func (s *LocalObserverServer) GetFlows(req *observer.GetFlowsRequest, server observer.Observer_GetFlowsServer) (err error) + func (s *LocalObserverServer) GetLogger() *logrus.Entry + func (s *LocalObserverServer) GetOptions() serveroption.Options + func (s *LocalObserverServer) GetPayloadParser() *parser.Parser + func (s *LocalObserverServer) GetRingBuffer() *container.Ring + func (s *LocalObserverServer) GetStopped() chan struct{} + func (s *LocalObserverServer) ServerStatus(ctx context.Context, req *observer.ServerStatusRequest) (*observer.ServerStatusResponse, error) + func (s *LocalObserverServer) SetEventsChannel(events chan *pb.Payload) + func (s *LocalObserverServer) Start() + type ObserverServer struct + func NewServer(ciliumClient client.Client, endpoints v1.EndpointsHandler, ...) (*ObserverServer, error) + func (s *ObserverServer) GetGRPCServer() GRPCServer + func (s *ObserverServer) HandleMonitorSocket(ctx context.Context, nodeName string) error + func (s *ObserverServer) Start()