kubernetes/staging/src/k8s.io/apiserver/plugin/pkg/audit/log/backend.go

const FormatLegacy

const FormatJson

const PluginName

var AllowedFormats

type backend

var _

func NewBackend(out io.Writer, format string, groupVersion schema.GroupVersion) audit.Backend {}

func (b *backend) ProcessEvents(events ...*auditinternal.Event) bool {}

func (b *backend) logEvent(ev *auditinternal.Event) bool {}

func (b *backend) Run(stopCh <-chan struct{}

func (b *backend) Shutdown() {}

func (b *backend) String() string {}