Package io.quarkiverse.helm.deployment
Class HelmEnabled
- java.lang.Object
-
- io.quarkiverse.helm.deployment.HelmEnabled
-
- All Implemented Interfaces:
BooleanSupplier
public class HelmEnabled extends Object implements BooleanSupplier
-
-
Constructor Summary
Constructors Constructor Description HelmEnabled(HelmChartConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Constructor Detail
-
HelmEnabled
public HelmEnabled(HelmChartConfig config)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-