Class CfgHelmChartOptions


  • public class CfgHelmChartOptions
    extends Object
    • Constructor Detail

      • CfgHelmChartOptions

        public CfgHelmChartOptions()
    • 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
      • 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 *
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object