apiserverk8s.io/apiserver/plugin/pkg/audit Index | Files | Directories

package audit

import "k8s.io/apiserver/plugin/pkg/audit"

Package audit contains implementations for pkg/audit/AuditBackend interface

Index

Source Files

doc.go

Directories

PathSynopsis
plugin/pkg/audit/bufferedPackage 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/fakePackage fake provides a fake audit.Backend interface implementation for testing.
plugin/pkg/audit/log
plugin/pkg/audit/truncatePackage truncate provides an implementation for the audit.Backend interface that truncates audit events and sends them to the delegate audit.Backend.
plugin/pkg/audit/webhookPackage 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.