Package io.quarkiverse.helm.deployment
Interface AddIfStatementConfig
public interface AddIfStatementConfig
-
Method Summary
Modifier and TypeMethodDescriptionProvide custom description of the `add-if-statement` property.The resource kind where to include the if statement.The resource kind where to include the if statement.property()The property to use in the if statement.booleanThe default value of the property
-
Method Details
-
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
The resource kind where to include the if statement. -
onResourceName
The resource kind where to include the if statement. -
withDefaultValue
@WithDefault("true") boolean withDefaultValue()The default value of the property -
description
Provide custom description of the `add-if-statement` property.
-