1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Moved webhook package to pkg

This commit is contained in:
Maxim Goncharenko 2019-05-13 21:34:46 +03:00
parent f097faa5ef
commit 1d291c6375
7 changed files with 1 additions and 1 deletions

View file

@ -5,8 +5,8 @@ import (
"log"
"github.com/nirmata/kube-policy/kubeclient"
"github.com/nirmata/kube-policy/pkg/webhooks"
"github.com/nirmata/kube-policy/policycontroller"
"github.com/nirmata/kube-policy/webhooks"
policyclientset "github.com/nirmata/kube-policy/pkg/client/clientset/versioned"
informers "github.com/nirmata/kube-policy/pkg/client/informers/externalversions"