Interface HelmOptionsApplier
-
- All Implemented Interfaces:
public interface HelmOptionsApplierStrategy interface to apply HelmOptions to a HelmExecSpec.
-
-
Method Summary
Modifier and Type Method Description abstract Unitapply(HelmExecSpec spec, HelmOptions options)Applies a set of options to a HelmExecSpec. -
-
Method Detail
-
apply
abstract Unit apply(HelmExecSpec spec, HelmOptions options)
Applies a set of options to a HelmExecSpec.
- Parameters:
spec- the HelmExecSpecoptions- the options to apply
-
-
-
-