Skip to content

Commit b5e924e

Browse files
Merge pull request #64 from shivamerla/fix_lint
Fix lint error
2 parents 5e3a9b1 + d7e4c28 commit b5e924e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ import (
2424
monitoring "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
2525
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
2626
// to ensure that exec-entrypoint and run can make use of them.
27-
_ "k8s.io/client-go/plugin/pkg/client/auth"
28-
29-
monitoring "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
3027
"k8s.io/apimachinery/pkg/runtime"
3128
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
3229
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
30+
_ "k8s.io/client-go/plugin/pkg/client/auth"
3331
ctrl "sigs.k8s.io/controller-runtime"
3432
"sigs.k8s.io/controller-runtime/pkg/healthz"
3533
"sigs.k8s.io/controller-runtime/pkg/log/zap"

0 commit comments

Comments
 (0)