Skip to content

Commit

Permalink
Fix linter erorrs
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Apr 26, 2022
1 parent 8b37b53 commit 3df1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/resize_pvc.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (r *MySQLClusterReconciler) isVolumeExpansionSupported(ctx context.Context,
return *storageClass.AllowVolumeExpansion, nil
}

func (_ MySQLClusterReconciler) isUpdatingStatefulSet(sts *appsv1.StatefulSet) bool {
func (MySQLClusterReconciler) isUpdatingStatefulSet(sts *appsv1.StatefulSet) bool {
if sts.Status.ObservedGeneration == 0 {
return false
}
Expand Down

0 comments on commit 3df1e1e

Please sign in to comment.