mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
11 lines
430 B
Go
11 lines
430 B
Go
// +k8s:deepcopy-gen=package
|
|
// +k8s:openapi-gen=true
|
|
// +groupName=example.grafana.com
|
|
|
|
// The testing api is a dependency free service that we can use to experiment with
|
|
// api aggregation across multiple deployment models. Specifically:
|
|
// - standalone: running as part of the standard grafana build
|
|
// - aggregated: running as the target
|
|
|
|
package v0alpha1 // import "github.com/grafana/grafana/pkg/apis/example/v0alpha1"
|