Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Nov 7, 2019
1 parent 71b4914 commit 7055b7f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/prometheus-operator-crd/podmonitor.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
type: integer
regex:
description: Regular expression against which the extracted
value is matched. defailt is '(.*)'
value is matched. Default is '(.*)'
type: string
replacement:
description: Replacement value against which a regex replace
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
type: integer
regex:
description: Regular expression against which the extracted
value is matched. defailt is '(.*)'
value is matched. Default is '(.*)'
type: string
replacement:
description: Replacement value against which a regex replace
Expand Down
2 changes: 1 addition & 1 deletion example/prometheus-operator-crd/prometheus.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ spec:
type: integer
regex:
description: Regular expression against which the extracted
value is matched. defailt is '(.*)'
value is matched. Default is '(.*)'
type: string
replacement:
description: Replacement value against which a regex replace
Expand Down
4 changes: 2 additions & 2 deletions example/prometheus-operator-crd/servicemonitor.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
type: integer
regex:
description: Regular expression against which the extracted
value is matched. defailt is '(.*)'
value is matched. Default is '(.*)'
type: string
replacement:
description: Replacement value against which a regex replace
Expand Down Expand Up @@ -182,7 +182,7 @@ spec:
type: integer
regex:
description: Regular expression against which the extracted
value is matched. defailt is '(.*)'
value is matched. Default is '(.*)'
type: string
replacement:
description: Replacement value against which a regex replace
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/prometheus-operator/podmonitor-crd.libsonnet

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jsonnet/prometheus-operator/prometheus-crd.libsonnet

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jsonnet/prometheus-operator/servicemonitor-crd.libsonnet

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/apis/monitoring/v1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/monitoring/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ type RelabelConfig struct {
//Label to which the resulting value is written in a replace action.
//It is mandatory for replace actions. Regex capture groups are available.
TargetLabel string `json:"targetLabel,omitempty"`
//Regular expression against which the extracted value is matched. defailt is '(.*)'
//Regular expression against which the extracted value is matched. Default is '(.*)'
Regex string `json:"regex,omitempty"`
// Modulus to take of the hash of the source label values.
Modulus uint64 `json:"modulus,omitempty"`
Expand Down

0 comments on commit 7055b7f

Please sign in to comment.