Skip to content

Commit

Permalink
update import library
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 4, 2020
1 parent 3d2bb58 commit 3eacd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kyverno/common/fetch.go
Expand Up @@ -6,13 +6,13 @@ import (
"io/ioutil"

v1 "github.com/kyverno/kyverno/pkg/api/kyverno/v1"
"github.com/kyverno/kyverno/pkg/client/clientset/versioned/scheme"
client "github.com/kyverno/kyverno/pkg/dclient"
engineutils "github.com/kyverno/kyverno/pkg/engine/utils"
"github.com/kyverno/kyverno/pkg/utils"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/client-go/kubernetes/scheme"
)

// GetResources gets matched resources by the given policies
Expand Down

0 comments on commit 3eacd8f

Please sign in to comment.