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.
2 parents ae03169 + ed8a59c commit b20e1c1Copy full SHA for b20e1c1
util/src/main/java/io/kubernetes/client/informer/SharedInformerFactory.java
@@ -287,7 +287,7 @@ public synchronized void startAllRegisteredInformers() {
287
informers.forEach(
288
(informerType, informer) ->
289
startedInformers.computeIfAbsent(
290
- informerType, key -> informerExecutor.submit(informer::run)));
+ informerType, key -> informerExecutor.submit((Runnable) informer::run)));
291
}
292
293
/** Stop all registered informers and shut down the thread pool. */
0 commit comments