Skip to content

Commit 7ef0302

Browse files
committed
remove todo comment
1 parent eb4a9aa commit 7ef0302

File tree

1 file changed

+0
-1
lines changed
  • operator-framework/src/main/java/com/github/containersolutions/operator

1 file changed

+0
-1
lines changed

operator-framework/src/main/java/com/github/containersolutions/operator/Operator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ private <R extends CustomResource> void registerWatches(ResourceController<R> co
7272

7373
CustomResourceOperationsImpl crClient = (CustomResourceOperationsImpl) client;
7474
if (watchAllNamespaces) {
75-
// todo test this
7675
crClient.inAnyNamespace().watch(eventScheduler);
7776
} else if (targetNamespaces.length == 0) {
7877
client.watch(eventScheduler);

0 commit comments

Comments
 (0)