add monitoring dashboard query api

Signed-off-by: junotx <junotx@126.com>
This commit is contained in:
junotx
2021-03-12 10:24:09 +08:00
parent b573d7ec58
commit 4f5c1378f8
10 changed files with 879 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
package apis
import monitoringdashboardv1alpha1 "kubesphere.io/monitoring-dashboard/api/v1alpha1"
func init() {
AddToSchemes = append(AddToSchemes, monitoringdashboardv1alpha1.SchemeBuilder.AddToScheme)
}