1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 11:18:47 +00:00

Update policyengine.go

This commit is contained in:
shuting 2019-05-09 22:27:44 -07:00 committed by GitHub
parent 7c82ea4284
commit e25f7a41e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ type PolicyEngine interface {
type policyEngine struct {
kubeClient *kubeClient.KubeClient
// controller controllerinterfaces.PolicyGetter
logger *log.Logger
}