Skip to content

Commit f8419f8

Browse files
author
Joshua Reed
committed
Mild cleanup.
1 parent 97e76db commit f8419f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/utils/base_reconciler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ func (r *ReconciliationRunner) WithRequestCtx(ctx context.Context) *Reconciliati
117117
return r
118118
}
119119

120-
// WithRequestCtx sets the request context.
120+
// WithAdditionalCommonStages adds reconciliation stages to the base set of reconciliation stages ran before both
121+
// Reconcile() and ReconcileDelete().
121122
func (r *ReconciliationRunner) WithAdditionalCommonStages(fns ...CloudStackReconcilerMethod) *ReconciliationRunner {
122123
r.additionalCommonStages = fns
123124
return r

0 commit comments

Comments
 (0)