From ee92a2d8be715a8779c44c3175ca74565f6ec445 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Tue, 5 Feb 2019 09:58:20 +0100 Subject: [PATCH] linter fixes --- pkg/apis/integreatly/v1alpha1/grafana_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/integreatly/v1alpha1/grafana_types.go b/pkg/apis/integreatly/v1alpha1/grafana_types.go index 2ee3c2bb6..09c2b6255 100644 --- a/pkg/apis/integreatly/v1alpha1/grafana_types.go +++ b/pkg/apis/integreatly/v1alpha1/grafana_types.go @@ -11,7 +11,7 @@ import ( type GrafanaSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file - PrometheusUrl string `json:"prometheusUrl"` + PrometheusUrl string `json:"prometheusUrl"` DashboardNamespaceSelector *metav1.LabelSelector `json:"dashboardNamespaceSelector,omitempty"` }