grafana/pkg/tests/apis
Carl Bergquist 16cc75b02c
Scopes: Add Handler for returning dashboards related to a list of scopes. (#87758)
- Adds a find endpoint to return dashboard bindings that match any of the scopes. For example /apis/scope.grafana.app/v0alpha1/namespaces/default/find/scope_dashboard_bindings?scope=s1&scope=s2
- Updates the ScopeNode find endpoint to a new path, /find/scope_node_children , makes the key "items" for all find endpoints (instead of mix of "found" and "items"), and makes the list item type a ScopeNode instead of its own type.
- Updates kubectl get commands to return more information about scopes, scopenodes, and scopedashboard bindings to display more fields in table output

---------

Signed-off-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Kyle Brandt <kyle@grafana.com>
Co-authored-by: Todd Treece <todd.treece@grafana.com>
2024-06-05 11:47:36 -04:00
..
dashboard Force interface implementation also on legacy storage (#87414) 2024-05-07 15:02:30 +02:00
dashboardsnapshot Chore: fix apiserver integration tests (#83724) 2024-02-29 14:58:49 -08:00
datasource K8s: improve openapi generation (#83796) 2024-03-02 00:26:04 +02:00
example Chore: fix apiserver integration tests (#83724) 2024-02-29 14:58:49 -08:00
folder Force interface implementation also on legacy storage (#87414) 2024-05-07 15:02:30 +02:00
playlist Storage: Read desired mode from config instead of feature flags (#88353) 2024-05-31 19:29:59 +02:00
query Errors: Update errutil to be compatible with k8s errors (#87605) 2024-05-20 18:11:37 +03:00
scopes Scopes: Add Handler for returning dashboards related to a list of scopes. (#87758) 2024-06-05 11:47:36 -04:00
helper.go User: Add tracing (#87028) 2024-04-30 13:15:56 +02:00
README.md K8s: Add integration test infra, and fix authz patterns (#77218) 2023-10-26 20:02:33 +03:00
types.go K8s: Use client-go to test legacy playlist changes (#77245) 2023-10-27 06:59:49 -07:00

K8s integration tests

This directory contains integration tests the k8s api services