From 09dd8284ddc35135898eae9ee04c75390ff1e1be Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 2 Aug 2023 08:45:23 +0200 Subject: [PATCH] add change to struct to test workflow trigger Signed-off-by: Florian Bacher --- metrics-operator/api/v1alpha3/keptnmetric_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metrics-operator/api/v1alpha3/keptnmetric_types.go b/metrics-operator/api/v1alpha3/keptnmetric_types.go index 85f1b3628cd..1fd5a1205a9 100644 --- a/metrics-operator/api/v1alpha3/keptnmetric_types.go +++ b/metrics-operator/api/v1alpha3/keptnmetric_types.go @@ -33,6 +33,8 @@ type KeptnMetricSpec struct { FetchIntervalSeconds uint `json:"fetchIntervalSeconds"` // Range represents the time range for which data is to be queried Range *RangeSpec `json:"range,omitempty"` + // Foo represents a new field that does absolutely nothing + Foo string `json:"foo"` } // KeptnMetricStatus defines the observed state of KeptnMetric