Class CfgHelmChartOptions
java.lang.Object
de.gematik.test.tiger.common.data.config.CfgHelmChartOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancomma 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 of regex names for pods to be running to signal successful startup of helm chart *list of regex names for pods to be logged *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) voidvoidsetWorkingDir(String workingDir) toString()
-
Constructor Details
-
CfgHelmChartOptions
public CfgHelmChartOptions()
-
-
Method Details
-
getContext
-
getPodName
-
getWorkingDir
-
getNameSpace
-
isDebug
public boolean isDebug() -
getHealthcheckPods
list of regex names for pods to be running to signal successful startup of helm chart * -
getValues
-
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
list of regex names for pods to be logged * -
setContext
-
setPodName
-
setWorkingDir
-
setNameSpace
-
setDebug
public void setDebug(boolean debug) -
setHealthcheckPods
list of regex names for pods to be running to signal successful startup of helm chart * -
setValues
-
setExposedPorts
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
list of regex names for pods to be logged * -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-