Class CfgHelmChartOptions
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.CfgHelmChartOptions
-
public class CfgHelmChartOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CfgHelmChartOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetContext()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 podList<String>getHealthcheckPods()list of regex names for pods to be running to signal successful startup of helm chart *List<String>getLogPods()list of regex names for pods to be logged *StringgetNameSpace()StringgetPodName()List<String>getValues()StringgetWorkingDir()inthashCode()booleanisDebug()voidsetContext(String context)voidsetDebug(boolean debug)voidsetExposedPorts(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 podvoidsetHealthcheckPods(List<String> healthcheckPods)list of regex names for pods to be running to signal successful startup of helm chart *voidsetLogPods(List<String> logPods)list of regex names for pods to be logged *voidsetNameSpace(String nameSpace)voidsetPodName(String podName)voidsetValues(List<String> values)voidsetWorkingDir(String workingDir)StringtoString()
-
-
-
Method Detail
-
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 *
-
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
-
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 *
-
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 *
-
canEqual
protected boolean canEqual(Object other)
-
-