K8s/Annotations: Use manager/source annotations rather than repo (#101313)
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
This commit is contained in:
co-authored by
Stephanie Hingtgen
parent
e7baf9804e
commit
dc2defd84f
@@ -5,6 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/grafana/grafana/pkg/apimachinery/identity"
|
||||
"github.com/grafana/grafana/pkg/apimachinery/utils"
|
||||
"github.com/grafana/grafana/pkg/components/simplejson"
|
||||
"github.com/grafana/grafana/pkg/infra/metrics"
|
||||
"github.com/grafana/grafana/pkg/infra/slugify"
|
||||
@@ -438,9 +439,10 @@ type FindPersistedDashboardsQuery struct {
|
||||
Sort model.SortOption
|
||||
IsDeleted bool
|
||||
|
||||
ProvisionedRepo string
|
||||
ProvisionedPath string
|
||||
ProvisionedReposNotIn []string
|
||||
ManagedBy utils.ManagerKind
|
||||
ManagerIdentity string
|
||||
SourcePath string
|
||||
ManagerIdentityNotIn []string
|
||||
|
||||
Filters []any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user