add monitoring dashboard query api
Signed-off-by: junotx <junotx@126.com>
This commit is contained in:
7
pkg/apis/addtoscheme_dashboard_v1alpha1.go
Normal file
7
pkg/apis/addtoscheme_dashboard_v1alpha1.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package apis
|
||||
|
||||
import monitoringdashboardv1alpha1 "kubesphere.io/monitoring-dashboard/api/v1alpha1"
|
||||
|
||||
func init() {
|
||||
AddToSchemes = append(AddToSchemes, monitoringdashboardv1alpha1.SchemeBuilder.AddToScheme)
|
||||
}
|
||||
Reference in New Issue
Block a user