Class HelmExecProviderKt
-
- All Implemented Interfaces:
public final class HelmExecProviderKt
-
-
Method Summary
Modifier and Type Method Description final static UnitexecHelm(HelmExecProvider $self, String command, String subcommand, Function1<HelmExecSpec, Unit> action)Executes a Helm CLI command. -
-
Method Detail
-
execHelm
final static Unit execHelm(HelmExecProvider $self, String command, String subcommand, Function1<HelmExecSpec, Unit> action)
Executes a Helm CLI command.
Extension method added for Kotlin support.
- Parameters:
command- the name of the command (e.g.subcommand- optionally, the name of the subcommand (e.g.action- an Action that further customizes the CLI invocation
-
-
-
-