Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2022 v0.0.1 Jun 9, 2022 Changes in this version + func CreateClusterPolicyReport() *v1alpha2.ClusterPolicyReport + func CreatePolicyReport(ns string) *v1alpha2.PolicyReport + func GeneratePolicyReportName(ns string) string + func GeneratePolicyReportResultID(containerID string, eventID int, timestamp int) string + func MapEvent(event tracee.Event) v1alpha2.PolicyReportResult + func MapResult(severity Severity) v1alpha2.PolicyResult + func MapServerityFromInt(severity Severity) v1alpha2.PolicySeverity + type Client struct + func NewPolicyReportClient(client pr.Wgpolicyk8sV1alpha2Interface, maxResults int) *Client + func (p *Client) ProcessEvent(ctx context.Context, event tracee.Event) error + type Severity = int + func MapServerityFrom(severity string) Severity