Versions in this module Expand all Collapse all v0 v0.2.253 Apr 7, 2025 Changes in this version + type ProcessManagerClient interface + ContainerCallback func(notif containercollection.PubSubEvent) + GetProcessTreeForPID func(containerID string, pid int) (apitypes.Process, error) + PopulateInitialProcesses func() error + ReportEvent func(eventType utils.EventType, event utils.K8sEvent) + type ProcessManagerMock struct + func CreateProcessManagerMock() *ProcessManagerMock + func (p *ProcessManagerMock) ContainerCallback(notif containercollection.PubSubEvent) + func (p *ProcessManagerMock) GetProcessTreeForPID(containerID string, pid int) (apitypes.Process, error) + func (p *ProcessManagerMock) PopulateInitialProcesses() error + func (p *ProcessManagerMock) ReportEvent(eventType utils.EventType, event utils.K8sEvent)