Skip to content

Commit 8b3a4c7

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent bbb63a5 commit 8b3a4c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ && shouldNotDispatchToCleanupWhenMarkedForDeletion(originalResource)) {
9898
originalResource.getMetadata().getFinalizers());
9999
return PostExecutionControl.defaultDispatch();
100100
}
101+
// context can be provided only for testing purposes
101102
context =
102103
context == null
103104
? new DefaultContext<>(

0 commit comments

Comments
 (0)