Skip to content

Commit

Permalink
Fix typo reversed/reserved (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed May 10, 2021
1 parent 5b6aa3e commit 925a68c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/datadogmetric_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
type DatadogMetricSpec struct {
// Query is the raw datadog query
Query string `json:"query,omitempty"`
// ExternalMetricName is reversed for internal use
// ExternalMetricName is reserved for internal use
ExternalMetricName string `json:"externalMetricName,omitempty"`
// MaxAge provides the max age for the metric query (overrides the default setting
// `external_metrics_provider.max_age`)
Expand Down
2 changes: 1 addition & 1 deletion bundle-redhat/manifests/datadoghq.com_datadogmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
description: DatadogMetricSpec defines the desired state of DatadogMetric
properties:
externalMetricName:
description: ExternalMetricName is reversed for internal use
description: ExternalMetricName is reserved for internal use
type: string
maxAge:
description: MaxAge provides the max age for the metric query (overrides the default setting `external_metrics_provider.max_age`)
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/datadoghq.com_datadogmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
description: DatadogMetricSpec defines the desired state of DatadogMetric
properties:
externalMetricName:
description: ExternalMetricName is reversed for internal use
description: ExternalMetricName is reserved for internal use
type: string
maxAge:
description: MaxAge provides the max age for the metric query (overrides the default setting `external_metrics_provider.max_age`)
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/v1/datadoghq.com_datadogmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
description: DatadogMetricSpec defines the desired state of DatadogMetric
properties:
externalMetricName:
description: ExternalMetricName is reversed for internal use
description: ExternalMetricName is reserved for internal use
type: string
maxAge:
description: MaxAge provides the max age for the metric query (overrides
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/v1beta1/datadoghq.com_datadogmetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
description: DatadogMetricSpec defines the desired state of DatadogMetric
properties:
externalMetricName:
description: ExternalMetricName is reversed for internal use
description: ExternalMetricName is reserved for internal use
type: string
maxAge:
description: MaxAge provides the max age for the metric query (overrides
Expand Down

0 comments on commit 925a68c

Please sign in to comment.