func TestWebhookLoopback(t *testing.T) { … } type auditPolicyRuleEvaluator … func (f auditPolicyRuleEvaluator) EvaluatePolicyRule(attrs authorizer.Attributes) audit.RequestAuditConfig { … } type auditSinkFunc … func (f auditSinkFunc) ProcessEvents(events ...*auditinternal.Event) bool { … } func (auditSinkFunc) Run(stopCh <-chan struct{ … } func (auditSinkFunc) Shutdown() { … } func (auditSinkFunc) String() string { … }