K8s: disallow MT storage functionality for Aggregator builders (#84408)

This commit is contained in:
Charandas
2024-03-13 16:54:30 -07:00
committed by GitHub
parent 3696eca280
commit b6a020148b
5 changed files with 67 additions and 26 deletions

View File

@@ -14,7 +14,6 @@ import (
"github.com/grafana/grafana/pkg/registry/apis/playlist"
"github.com/grafana/grafana/pkg/registry/apis/query"
"github.com/grafana/grafana/pkg/registry/apis/scope"
"github.com/grafana/grafana/pkg/registry/apis/service"
)
var (
@@ -35,7 +34,6 @@ func ProvideRegistryServiceSink(
_ *folders.FolderAPIBuilder,
_ *peakq.PeakQAPIBuilder,
_ *scope.ScopeAPIBuilder,
_ *service.ServiceAPIBuilder,
_ *query.QueryAPIBuilder,
) *Service {
return &Service{}