We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4a9aa commit 7ef0302Copy full SHA for 7ef0302
operator-framework/src/main/java/com/github/containersolutions/operator/Operator.java
@@ -72,7 +72,6 @@ private <R extends CustomResource> void registerWatches(ResourceController<R> co
72
73
CustomResourceOperationsImpl crClient = (CustomResourceOperationsImpl) client;
74
if (watchAllNamespaces) {
75
- // todo test this
76
crClient.inAnyNamespace().watch(eventScheduler);
77
} else if (targetNamespaces.length == 0) {
78
client.watch(eventScheduler);
0 commit comments