Skip to content

Commit

Permalink
fixed watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Katzen48 committed Dec 17, 2021
1 parent e375ab8 commit 12c8fbf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ public Watcher(PodRessourceHandler handler) throws IOException {
factory = new SharedInformerFactory();
SharedIndexInformer<V1Pod> podInformer = factory.sharedIndexInformerFor(
(CallGeneratorParams params) -> {
return v1Api.listNamespacedPodCall(
null,
null,
return v1Api.listPodForAllNamespacesCall(
null,
null,
null,
"net.chrotos.ingress.minecraft/discover=true",
null,
null,
params.resourceVersion,
params.timeoutSeconds,
params.watch,
Expand Down

0 comments on commit 12c8fbf

Please sign in to comment.