mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
folder structure refactoring
This commit is contained in:
parent
c98240d5dc
commit
1412b922f7
2 changed files with 1 additions and 1 deletions
|
@ -9,13 +9,13 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
backwardcompatibility "github.com/kyverno/kyverno/pkg/backward_compatibility"
|
||||||
kyvernoclient "github.com/kyverno/kyverno/pkg/client/clientset/versioned"
|
kyvernoclient "github.com/kyverno/kyverno/pkg/client/clientset/versioned"
|
||||||
kyvernoinformer "github.com/kyverno/kyverno/pkg/client/informers/externalversions"
|
kyvernoinformer "github.com/kyverno/kyverno/pkg/client/informers/externalversions"
|
||||||
"github.com/kyverno/kyverno/pkg/config"
|
"github.com/kyverno/kyverno/pkg/config"
|
||||||
dclient "github.com/kyverno/kyverno/pkg/dclient"
|
dclient "github.com/kyverno/kyverno/pkg/dclient"
|
||||||
event "github.com/kyverno/kyverno/pkg/event"
|
event "github.com/kyverno/kyverno/pkg/event"
|
||||||
"github.com/kyverno/kyverno/pkg/generate"
|
"github.com/kyverno/kyverno/pkg/generate"
|
||||||
backwardcompatibility "github.com/kyverno/kyverno/pkg/generate/backward_compatibility"
|
|
||||||
generatecleanup "github.com/kyverno/kyverno/pkg/generate/cleanup"
|
generatecleanup "github.com/kyverno/kyverno/pkg/generate/cleanup"
|
||||||
"github.com/kyverno/kyverno/pkg/openapi"
|
"github.com/kyverno/kyverno/pkg/openapi"
|
||||||
"github.com/kyverno/kyverno/pkg/policy"
|
"github.com/kyverno/kyverno/pkg/policy"
|
||||||
|
|
Loading…
Reference in a new issue