We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db74a commit 6a5dec2Copy full SHA for 6a5dec2
pkg/controller/v1alpha1/cluster_types.go
@@ -95,6 +95,8 @@ type GeoLocation struct {
95
96
// Monitoring defines the field of ClusterSpec
97
type Monitoring struct {
98
+ // GrafanaDashboardBaseURL is the base URL for the grafana dashboard
99
+ GrafanaDashboardBaseURL string `json:"grafanaDashboardBaseURL,omitempty"`
100
//KubernetesDashboard contains the information regarding Kubernetes Monitoring Dashboard
101
KubernetesDashboard KubernetesDashboard `json:"kubernetesDashboard,omitempty"`
102
}
0 commit comments