You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: internal/openshift/dashboards/dashboards.go
+6-5
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ import (
22
22
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
23
23
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
24
24
"k8s.io/client-go/kubernetes"
25
+
"sigs.k8s.io/controller-runtime/pkg/manager"
25
26
)
26
27
27
28
// The dashboard is created manually following the syntax from Grafana 5. For development purposes, this dashboard can be created just by loading the JSON file
0 commit comments