Skip to content

Commit

Permalink
chore: fix incorrect function name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Aug 15, 2024
1 parent 6362bc1 commit f01f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/utils/base_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (r *ReconciliationRunner) CheckOwnedCRDsForReadiness(gvks ...schema.GroupVe
}
}

// CheckOwnedObjectsDeleted queries for the presence of owned objects and requeues if any are still present. Primarily
// DeleteOwnedObjects queries for the presence of owned objects and requeues if any are still present. Primarily
// used to prevent deletions of owners before dependents.
func (r *ReconciliationRunner) DeleteOwnedObjects(gvks ...schema.GroupVersionKind) CloudStackReconcilerMethod {
return func() (ctrl.Result, error) {
Expand Down

0 comments on commit f01f7d5

Please sign in to comment.