Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/controller/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ type GeoLocation struct {

// Monitoring defines the field of ClusterSpec
type Monitoring struct {
// GrafanaDashboardBaseURL is the base URL for the grafana dashboard
GrafanaDashboardBaseURL string `json:"grafanaDashboardBaseURL,omitempty"`
//KubernetesDashboard contains the information regarding Kubernetes Monitoring Dashboard
KubernetesDashboard KubernetesDashboard `json:"kubernetesDashboard,omitempty"`
}
Expand Down