From 4e3197a58f74fbbe63ffc241d91cafb74e04e2b1 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 2 Jul 2025 19:40:19 -0700 Subject: [PATCH] fix spelling --- pkg/registry/apis/query/connections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)