Skip to content

Commit

Permalink
fix(typo): Update api/v1/check_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kidswiss <[email protected]>
  • Loading branch information
lenglet-k and Kidswiss authored Jan 21, 2025
1 parent f7d2ddf commit 5c3dbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/check_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type CheckSpec struct {
// +optional
PromURL string `json:"promURL,omitempty"`

// ClusterName sets athe kubernetes cluster name to send to pushgateway for grouping metrics
// ClusterName sets the kubernetes cluster name to send to pushgateway for grouping metrics
// +optional
ClusterName string `json:"clusterName,omitempty"`

Expand Down

0 comments on commit 5c3dbc2

Please sign in to comment.