Class OperatorConfigurationProperties
java.lang.Object
io.javaoperatorsdk.operator.springboot.starter.OperatorConfigurationProperties
@ConfigurationProperties(prefix="javaoperatorsdk")
public class OperatorConfigurationProperties
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetCrd()voidsetCacheSyncTimeout(Duration cacheSyncTimeout) voidsetCheckCrdAndValidateLocalModel(boolean checkCrdAndValidateLocalModel) voidsetClient(KubernetesClientProperties client) voidsetCloseClientOnStop(Boolean closeClientOnStop) voidsetConcurrentReconciliationThreads(int concurrentReconciliationThreads) voidsetConcurrentWorkflowExecutorThreads(Integer concurrentWorkflowExecutorThreads) voidvoidsetMinConcurrentReconciliationThreads(Integer minConcurrentReconciliationThreads) voidsetMinConcurrentWorkflowExecutorThreads(Integer minConcurrentWorkflowExecutorThreads) voidsetReconcilers(Map<String, ReconcilerProperties> reconcilers) voidsetStopOnInformerErrorDuringStartup(Boolean stopOnInformerErrorDuringStartup)
-
Constructor Details
-
OperatorConfigurationProperties
public OperatorConfigurationProperties()
-
-
Method Details
-
getClient
-
setClient
-
getReconcilers
-
setReconcilers
-
getCheckCrdAndValidateLocalModel
public boolean getCheckCrdAndValidateLocalModel() -
setCheckCrdAndValidateLocalModel
public void setCheckCrdAndValidateLocalModel(boolean checkCrdAndValidateLocalModel) -
getConcurrentReconciliationThreads
public int getConcurrentReconciliationThreads() -
setConcurrentReconciliationThreads
public void setConcurrentReconciliationThreads(int concurrentReconciliationThreads) -
getMinConcurrentReconciliationThreads
-
setMinConcurrentReconciliationThreads
-
getConcurrentWorkflowExecutorThreads
-
setConcurrentWorkflowExecutorThreads
-
getMinConcurrentWorkflowExecutorThreads
-
setMinConcurrentWorkflowExecutorThreads
-
getCloseClientOnStop
-
setCloseClientOnStop
-
getStopOnInformerErrorDuringStartup
-
setStopOnInformerErrorDuringStartup
-
getCacheSyncTimeout
-
setCacheSyncTimeout
-
getCrd
-
setCrd
-