Interface AddIfStatementConfig


public interface AddIfStatementConfig
  • Method Details

    • property

      Optional<String> property()
      The property to use in the if statement. If the property starts with `@.`, then the property won't be added under the root element in the generated `values.yaml` file.
    • onResourceKind

      Optional<String> onResourceKind()
      The resource kind where to include the if statement.
    • onResourceName

      Optional<String> onResourceName()
      The resource kind where to include the if statement.
    • withDefaultValue

      @WithDefault("true") boolean withDefaultValue()
      The default value of the property
    • description

      @WithDefault("Determine if the resource should be installed or not.") String description()
      Provide custom description of the `add-if-statement` property.