Class OperatorConfigurationProperties

java.lang.Object
io.javaoperatorsdk.operator.springboot.starter.OperatorConfigurationProperties

@ConfigurationProperties(prefix="javaoperatorsdk") public class OperatorConfigurationProperties extends Object
  • Constructor Details

    • OperatorConfigurationProperties

      public OperatorConfigurationProperties()
  • Method Details

    • getClient

      public KubernetesClientProperties getClient()
    • setClient

      public void setClient(KubernetesClientProperties client)
    • getReconcilers

      public Map<String,ReconcilerProperties> getReconcilers()
    • setReconcilers

      public void setReconcilers(Map<String,ReconcilerProperties> reconcilers)
    • getCheckCrdAndValidateLocalModel

      public boolean getCheckCrdAndValidateLocalModel()
    • setCheckCrdAndValidateLocalModel

      public void setCheckCrdAndValidateLocalModel(boolean checkCrdAndValidateLocalModel)
    • getConcurrentReconciliationThreads

      public int getConcurrentReconciliationThreads()
    • setConcurrentReconciliationThreads

      public void setConcurrentReconciliationThreads(int concurrentReconciliationThreads)
    • getMinConcurrentReconciliationThreads

      public Integer getMinConcurrentReconciliationThreads()
    • setMinConcurrentReconciliationThreads

      public void setMinConcurrentReconciliationThreads(Integer minConcurrentReconciliationThreads)
    • getConcurrentWorkflowExecutorThreads

      public Integer getConcurrentWorkflowExecutorThreads()
    • setConcurrentWorkflowExecutorThreads

      public void setConcurrentWorkflowExecutorThreads(Integer concurrentWorkflowExecutorThreads)
    • getMinConcurrentWorkflowExecutorThreads

      public Integer getMinConcurrentWorkflowExecutorThreads()
    • setMinConcurrentWorkflowExecutorThreads

      public void setMinConcurrentWorkflowExecutorThreads(Integer minConcurrentWorkflowExecutorThreads)
    • getCloseClientOnStop

      public Boolean getCloseClientOnStop()
    • setCloseClientOnStop

      public void setCloseClientOnStop(Boolean closeClientOnStop)
    • getStopOnInformerErrorDuringStartup

      public Boolean getStopOnInformerErrorDuringStartup()
    • setStopOnInformerErrorDuringStartup

      public void setStopOnInformerErrorDuringStartup(Boolean stopOnInformerErrorDuringStartup)
    • getCacheSyncTimeout

      public Duration getCacheSyncTimeout()
    • setCacheSyncTimeout

      public void setCacheSyncTimeout(Duration cacheSyncTimeout)
    • getCrd

    • setCrd