Class CfgHelmChartOptions

java.lang.Object
de.gematik.test.tiger.common.data.config.CfgHelmChartOptions

public class CfgHelmChartOptions extends Object
  • Constructor Details

    • CfgHelmChartOptions

      public CfgHelmChartOptions()
  • Method Details

    • getContext

      public String getContext()
    • getPodName

      public String getPodName()
    • getWorkingDir

      public String getWorkingDir()
    • getNameSpace

      public String getNameSpace()
    • isDebug

      public boolean isDebug()
    • getHealthcheckPods

      public List<String> getHealthcheckPods()
      list of regex names for pods to be running to signal successful startup of helm chart *
    • getValues

      public List<String> getValues()
    • getExposedPorts

      public List<String> getExposedPorts()
      comma separated list of port forwardings Entries can be either "podNameRegex:xxxx", which is shorthand for "podNameRegex:xxxx:xxxx or "podNameRegex:xxxx:yyyy" where xxxx is the local port and yyyy is the port in the pod
    • getLogPods

      public List<String> getLogPods()
      list of regex names for pods to be logged *
    • setContext

      public void setContext(String context)
    • setPodName

      public void setPodName(String podName)
    • setWorkingDir

      public void setWorkingDir(String workingDir)
    • setNameSpace

      public void setNameSpace(String nameSpace)
    • setDebug

      public void setDebug(boolean debug)
    • setHealthcheckPods

      public void setHealthcheckPods(List<String> healthcheckPods)
      list of regex names for pods to be running to signal successful startup of helm chart *
    • setValues

      public void setValues(List<String> values)
    • setExposedPorts

      public void setExposedPorts(List<String> exposedPorts)
      comma separated list of port forwardings Entries can be either "podNameRegex:xxxx", which is shorthand for "podNameRegex:xxxx:xxxx or "podNameRegex:xxxx:yyyy" where xxxx is the local port and yyyy is the port in the pod
    • setLogPods

      public void setLogPods(List<String> logPods)
      list of regex names for pods to be logged *
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object