Skip to content

Commit

Permalink
fix: lint on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
lenglet-k committed Jan 24, 2025
1 parent 5058923 commit 0cfe2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/backup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type BackupSpec struct {
// ClusterName sets the kubernetes cluster name to send to pushgateway for grouping metrics
// +optional
ClusterName string `json:"clusterName,omitempty"`

// StatsURL sets an arbitrary URL where the restic container posts metrics and
// information about the snapshots to. This is in addition to the prometheus
// pushgateway.
Expand Down
2 changes: 1 addition & 1 deletion api/v1/check_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CheckSpec struct {
// ClusterName sets the kubernetes cluster name to send to pushgateway for grouping metrics
// +optional
ClusterName string `json:"clusterName,omitempty"`

// KeepJobs amount of jobs to keep for later analysis.
//
// Deprecated: Use FailedJobsHistoryLimit and SuccessfulJobsHistoryLimit respectively.
Expand Down

0 comments on commit 0cfe2db

Please # to comment.