We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8389e32 commit c736745Copy full SHA for c736745
components/ws-manager-mk2/main.go
@@ -18,12 +18,9 @@ import (
18
"google.golang.org/grpc/credentials"
19
"google.golang.org/grpc/credentials/insecure"
20
_ "k8s.io/client-go/plugin/pkg/client/auth"
21
- "k8s.io/client-go/rest"
22
23
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
24
"github.com/prometheus/client_golang/prometheus"
25
- corev1 "k8s.io/api/core/v1"
26
- "k8s.io/apimachinery/pkg/labels"
27
"k8s.io/apimachinery/pkg/runtime"
28
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
29
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
0 commit comments