K8s: Add basic query service (#80325)

This commit is contained in:
Ryan McKinley
2024-01-31 10:36:51 -08:00
committed by GitHub
parent d1b938ba15
commit e013cd427c
38 changed files with 2143 additions and 203 deletions

View File

@ -107,7 +107,7 @@ func TestTestDatasource(t *testing.T) {
})
t.Run("Call subresources", func(t *testing.T) {
client := helper.Org1.Admin.Client.Resource(schema.GroupVersionResource{
client := helper.Org1.Admin.ResourceClient(t, schema.GroupVersionResource{
Group: "testdata.datasource.grafana.app",
Version: "v0alpha1",
Resource: "connections",