Class HelmExecProviderKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit execHelm(HelmExecProvider $self, String command, String subcommand, Function1<HelmExecSpec, Unit> action) Executes a Helm CLI command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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