Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- Variables
- func New(_ *kcfg.Config) api.Plugin
- type GRPCClient
- type Plugin
- func (p *Plugin) Compile(_ context.Context) error
- func (p *Plugin) Generate(_ context.Context) error
- func (p *Plugin) GetFlow(ctx context.Context) error
- func (p *Plugin) Init() error
- func (p *Plugin) Name() string
- func (p *Plugin) RunPktMonServer(ctx context.Context) error
- func (p *Plugin) SetupChannel(ch chan *v1.Event) error
- func (p *Plugin) SetupStream() error
- func (p *Plugin) Start(ctx context.Context) error
- func (p *Plugin) StartStream(ctx context.Context) error
- func (p *Plugin) Stop() error
Constants ¶
View Source
const (
Name = "pktmon"
)
Variables ¶
Functions ¶
Types ¶
type GRPCClient ¶
type GRPCClient struct {
observerv1.ObserverClient
}
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) SetupStream ¶
Click to show internal directories.
Click to hide internal directories.