kfaraz commented on code in PR #18599:
URL: https://github.com/apache/druid/pull/18599#discussion_r2591764075


##########
extensions-core/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/KubernetesTaskRunnerConfig.java:
##########
@@ -80,6 +80,13 @@ public class KubernetesTaskRunnerConfig
   // disable using http / https proxy environment variables
   private boolean disableClientProxy;
 
+  @JsonProperty
+  // enable using kubernetes informer cache for peon client operations
+  private boolean enableKubernetesClientSharedInformers = false;
+
+  @JsonProperty
+  private Period kubernetesClientInformerResyncPeriod = new Period("PT5M");

Review Comment:
   ```suggestion
     private Period k8sSharedInformerResyncPeriod = new Period("PT5M");
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to