kubernetes/staging/src/k8s.io/apiserver/pkg/audit/format.go

// EventString creates a 1-line text representation of an audit event, using a subset of the
// information in the event struct.
func EventString(ev *auditinternal.Event) string {}

func auditStringSlice(inList []string) string {}