We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4127 commit 6aa48a7Copy full SHA for 6aa48a7
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ReconcileUtils.java
@@ -43,9 +43,6 @@ public class ReconcileUtils {
43
44
private ReconcileUtils() {}
45
46
- // todo test namespace handling
47
- // todo compare resource version if multiple event sources provide the same resource
48
-
49
/**
50
* Server-Side Apply the resource and filters out the resulting event. This is a convenience
51
* method that calls {@link #serverSideApply(Context, HasMetadata, boolean)} with filterEvent set
0 commit comments