Skip to content

Commit c736745

Browse files
committed
[wsman-mk2] Fix imports
1 parent 8389e32 commit c736745

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/ws-manager-mk2/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ import (
1818
"google.golang.org/grpc/credentials"
1919
"google.golang.org/grpc/credentials/insecure"
2020
_ "k8s.io/client-go/plugin/pkg/client/auth"
21-
"k8s.io/client-go/rest"
2221

2322
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
2423
"github.com/prometheus/client_golang/prometheus"
25-
corev1 "k8s.io/api/core/v1"
26-
"k8s.io/apimachinery/pkg/labels"
2724
"k8s.io/apimachinery/pkg/runtime"
2825
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
2926
clientgoscheme "k8s.io/client-go/kubernetes/scheme"

0 commit comments

Comments
 (0)