diff --git a/pkg/registry/apis/query/connections.go b/pkg/registry/apis/query/connections.go index 89886d9b407..169ffd0d2d6 100644 --- a/pkg/registry/apis/query/connections.go +++ b/pkg/registry/apis/query/connections.go @@ -26,7 +26,7 @@ var ( ) // Get all datasource connections -- this will be backed by search or duplicated resource in unified storage -// TODO: name vs uid? name accross all groups not unique! must be different... use labels? +// TODO: name vs uid? name across all groups not unique! must be different... use labels? type DataSourceConnectionProvider interface { // Get gets a specific datasource (that the user in context can see) GetConnection(ctx context.Context, namespace string, name string) (*queryV0.DataSourceConnection, error)