mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* resource-api: Loosen name validation to match K8s requirements This patch modifies some of the requirements for name validation of objects in Resource API to match Kubernetes. The limit we have on characters in name is 64, but some resources allow upto 253 characters. Similarly we also include `:` in the regex, as many objects in default K8s setup use it in the name (the group `system:masters` for example) Signed-off-by: Prem Kumar <prem.saraswat@grafana.com> * Update the name column length in migrator and update e2e test to verify --------- Signed-off-by: Prem Kumar <prem.saraswat@grafana.com> |
||
---|---|---|
.. | ||
api | ||
apis | ||
testinfra | ||
testsuite | ||
web | ||
README.md | ||
utils.go |
Integration tests
This directory contains Grafana server integration tests.