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/dynamic
plugin/pkg/audit/dynamic/enforced
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.18.7-rc.0
Published
Jul 15, 2020
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.