1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-18 02:06:52 +00:00

fix: remove unused field ()

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>

Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-05-20 13:04:26 +02:00 committed by GitHub
parent c1df363a0e
commit facac02e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ package resource
import (
"fmt"
"reflect"
"sync"
"time"
"github.com/go-logr/logr"
@ -61,7 +60,6 @@ type handlers struct {
eventGen event.Interface
auditHandler AuditHandler
openAPIController *openapi.Controller
mu sync.RWMutex
}
func NewHandlers(