We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e76db commit f8419f8Copy full SHA for f8419f8
controllers/utils/base_reconciler.go
@@ -117,7 +117,8 @@ func (r *ReconciliationRunner) WithRequestCtx(ctx context.Context) *Reconciliati
117
return r
118
}
119
120
-// WithRequestCtx sets the request context.
+// WithAdditionalCommonStages adds reconciliation stages to the base set of reconciliation stages ran before both
121
+// Reconcile() and ReconcileDelete().
122
func (r *ReconciliationRunner) WithAdditionalCommonStages(fns ...CloudStackReconcilerMethod) *ReconciliationRunner {
123
r.additionalCommonStages = fns
124
0 commit comments