Documentation ¶
Overview ¶
Package ciliumeventobserver contains the Retina CiliumEventObserver plugin. It uses unix socket to get events from cilium and decode them to flow objects.
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotImplemented = errors.New("Error, not implemented") ErrEmptyData = errors.New("empty data") )
Functions ¶
Types ¶
type DefaultDialer ¶
type DefaultDialer struct{}
Click to show internal directories.
Click to hide internal directories.