Skip to content

Commit 2884447

Browse files
committed
pkg/cvo/status: Fix "syncDegradedStatus" -> "syncFailingStatus" comment
This slipped through in 7c52414 (cvo: Report errors to conditions more consistently, 2018-11-02, #47).
1 parent 2c4931d commit 2884447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func convertErrorToProgressing(history []configv1.UpdateHistory, now time.Time,
350350
return "", "", false
351351
}
352352

353-
// syncDegradedStatus handles generic errors in the cluster version. It tries to preserve
353+
// syncFailingStatus handles generic errors in the cluster version. It tries to preserve
354354
// all status fields that it can by using the provided config or loading the latest version
355355
// from the cache (instead of clearing the status).
356356
// if ierr is nil, return nil

0 commit comments

Comments
 (0)