Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
  • Loading branch information
shubham-cmyk committed Sep 14, 2023
1 parent 281a849 commit 2b51f35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ import (

"github.com/IGLOU-EU/go-wildcard"
"github.com/google/shlex"
"github.com/kyverno/kuttl/pkg/apis"
harness "github.com/kyverno/kuttl/pkg/apis/testharness/v1beta1"
"github.com/kyverno/kuttl/pkg/env"
"github.com/pmezard/go-difflib/difflib"
"github.com/spf13/pflag"
appsv1 "k8s.io/api/apps/v1"
Expand Down Expand Up @@ -57,6 +54,10 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
"sigs.k8s.io/controller-runtime/pkg/envtest"

"github.com/kyverno/kuttl/pkg/apis"
harness "github.com/kyverno/kuttl/pkg/apis/testharness/v1beta1"
"github.com/kyverno/kuttl/pkg/env"
)

// ensure that we only add to the scheme once.
Expand Down

0 comments on commit 2b51f35

Please sign in to comment.