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:
parent
f097faa5ef
commit
1d291c6375
7 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue