package audit
import "k8s.io/apiserver/plugin/pkg/audit"
Package audit contains implementations for pkg/audit/AuditBackend interface
Index ¶
Source Files ¶
doc.go
Directories ¶
Path | Synopsis |
---|---|
plugin/pkg/audit/buffered | Package buffered provides an implementation for the audit.Backend interface that batches incoming audit events and sends batches to the delegate audit.Backend. |
plugin/pkg/audit/fake | Package fake provides a fake audit.Backend interface implementation for testing. |
plugin/pkg/audit/log | |
plugin/pkg/audit/truncate | Package truncate provides an implementation for the audit.Backend interface that truncates audit events and sends them to the delegate audit.Backend. |
plugin/pkg/audit/webhook | Package webhook implements the audit.Backend interface using HTTP webhooks. |
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 1 hour ago –
Tools for package owners.