Class StatefulsetRecoveryControllerProperties

java.lang.Object
dev.snowdrop.boot.narayana.openshift.recovery.StatefulsetRecoveryControllerProperties

@ConfigurationProperties(prefix="snowdrop.narayana.openshift.recovery") public class StatefulsetRecoveryControllerProperties extends Object
Recovery controller spring-boot configuration.
Author:
Nicola Ferraro
  • Constructor Details

    • StatefulsetRecoveryControllerProperties

      public StatefulsetRecoveryControllerProperties()
  • Method Details

    • getPeriod

      public long getPeriod()
    • setPeriod

      public void setPeriod(long period)
    • getStatefulset

      public String getStatefulset()
    • setStatefulset

      public void setStatefulset(String statefulset)
    • getCurrentPodName

      public String getCurrentPodName()
    • setCurrentPodName

      public void setCurrentPodName(String currentPodName)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnabledOnAllPods

      public boolean isEnabledOnAllPods()
    • setEnabledOnAllPods

      public void setEnabledOnAllPods(boolean enabledOnAllPods)
    • getStatusDir

      public String getStatusDir()
    • setStatusDir

      public void setStatusDir(String statusDir)
    • isLogScrapingErrorDetectionEnabled

      public boolean isLogScrapingErrorDetectionEnabled()
    • setLogScrapingErrorDetectionEnabled

      public void setLogScrapingErrorDetectionEnabled(boolean logScrapingErrorDetectionEnabled)
    • getLogScrapingErrorDetectionPattern

      public String getLogScrapingErrorDetectionPattern()
    • setLogScrapingErrorDetectionPattern

      public void setLogScrapingErrorDetectionPattern(String logScrapingErrorDetectionPattern)