Skip to content

Commit 4b7d186

Browse files
committed
note
1 parent 7f76347 commit 4b7d186

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/dependent/AbstractDependentResource.java

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public AbstractDependentResource() {
4141
public ReconcileResult<R> reconcile(P primary, Context<P> context) {
4242
var count = bulk ? bulkDependentResource.count(primary, context) : 1;
4343
if (bulk) {
44+
//todo do this just if it is deleter?
4445
cleanupBulkResourcesIfRequired(count, resourceDiscriminator.size(), primary, context);
4546
adjustDiscriminators(count);
4647
}

0 commit comments

Comments
 (0)