mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			461 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			461 B
		
	
	
	
		
			Go
		
	
	
	
// +k8s:deepcopy-gen=package
 | 
						|
// +k8s:openapi-gen=true
 | 
						|
// +k8s:defaulter-gen=TypeMeta
 | 
						|
// +groupName=example.grafana.app
 | 
						|
 | 
						|
// 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"
 |