Skip to content

Commit

Permalink
add change to struct to test workflow trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Aug 2, 2023
1 parent e33718a commit 09dd828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics-operator/api/v1alpha3/keptnmetric_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09dd828

Please sign in to comment.