K8s: Add storage dual writer (#75403)

This commit is contained in:
Todd Treece
2023-09-26 17:15:15 -04:00
committed by GitHub
parent ebec452f9f
commit bb9e66e671
19 changed files with 553 additions and 195 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package apiregistry
import (
"context"
playlistsv1 "github.com/grafana/grafana/pkg/apis/playlist/v1"
playlistsv0alpha1 "github.com/grafana/grafana/pkg/apis/playlist/v0alpha1"
"github.com/grafana/grafana/pkg/registry"
)
@@ -14,7 +14,7 @@ var (
type Service struct{}
func ProvideService(
_ *playlistsv1.PlaylistAPIBuilder,
_ *playlistsv0alpha1.PlaylistAPIBuilder,
) *Service {
return &Service{}
}