Class HelmOperatorProperties


  • public final class HelmOperatorProperties
    extends Object
    Properties for Helm operator.
    • Constructor Detail

      • HelmOperatorProperties

        public HelmOperatorProperties()
    • Method Detail

      • chartVersion

        public String chartVersion()
        Get the chartVersion property: Version of the operator Helm chart.
        Returns:
        the chartVersion value.
      • withChartVersion

        public HelmOperatorProperties withChartVersion​(String chartVersion)
        Set the chartVersion property: Version of the operator Helm chart.
        Parameters:
        chartVersion - the chartVersion value to set.
        Returns:
        the HelmOperatorProperties object itself.
      • chartValues

        public String chartValues()
        Get the chartValues property: Values override for the operator Helm chart.
        Returns:
        the chartValues value.
      • withChartValues

        public HelmOperatorProperties withChartValues​(String chartValues)
        Set the chartValues property: Values override for the operator Helm chart.
        Parameters:
        chartValues - the chartValues value to set.
        Returns:
        the HelmOperatorProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.