package
1.3.0-pre.0
Repository: https://github.com/cilium/tetragon.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
FilterByLabelSelectors returns a FilterFunc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseFilterList parses a list of process filters in JSON format into protobuf messages.

# Variables

Filters is the list of default filters.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LabelsFilter implements filtering based on pod labels.
No description provided by the author
No description provided by the author
No description provided by the author
PidSetFilter is a filter that matches on a process and all of its children by their PID, up to maxChildCacheSize number of children.
No description provided by the author
PolicyNamesFilter implements filtering based on Tetragon policy names.

# Interfaces

OnBuildFilter is invoked while building a flow filter.

# Type aliases

We could use an LRU here but we really don't want to evict old entries and risk failing a test that uses this filter.
OnBuildFilterFunc implements OnBuildFilter for a single function.