File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,10 @@ import (
24
24
monitoring "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
25
25
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
26
26
// 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"
30
27
"k8s.io/apimachinery/pkg/runtime"
31
28
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
32
29
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
30
+ _ "k8s.io/client-go/plugin/pkg/client/auth"
33
31
ctrl "sigs.k8s.io/controller-runtime"
34
32
"sigs.k8s.io/controller-runtime/pkg/healthz"
35
33
"sigs.k8s.io/controller-runtime/pkg/log/zap"
You can’t perform that action at this time.
0 commit comments