Skip to content

Commit 91215b4

Browse files
committed
comment
1 parent 3bf80c6 commit 91215b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/workflow/WorkflowReconcileExecutor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public WorkflowReconcileExecutor(Workflow<P> workflow, P primary, Context<P> con
3838
this.workflow = workflow;
3939
}
4040

41-
// add reconcile results
41+
// todo add reconcile results
42+
// - reconciled in results should contain only truly reconciled
4243
public synchronized WorkflowExecutionResult reconcile() {
4344
for (DependentResourceNode<?, P> dependentResourceNode : workflow
4445
.getTopLevelDependentResources()) {

0 commit comments

Comments
 (0)