Chore: Fix apiserver circular dependencies (#89918)

This commit is contained in:
Todd Treece
2024-07-01 11:42:34 -04:00
committed by GitHub
parent 6761ed863f
commit 9c6d3590a2
34 changed files with 94 additions and 258 deletions
+1 -1
View File
@@ -16,10 +16,10 @@ import (
"k8s.io/client-go/tools/clientcmd"
netutils "k8s.io/utils/net"
"github.com/grafana/grafana/pkg/apiserver/builder"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/infra/tracing"
grafanaAPIServer "github.com/grafana/grafana/pkg/services/apiserver"
"github.com/grafana/grafana/pkg/services/apiserver/builder"
"github.com/grafana/grafana/pkg/services/apiserver/standalone"
standaloneoptions "github.com/grafana/grafana/pkg/services/apiserver/standalone/options"
"github.com/grafana/grafana/pkg/services/apiserver/utils"