Class HelmFetch

    • Method Detail

      • development

        public HelmFetch development()
        Use development versions too. Equivalent to version '>0.0.0-a'. If --version is set, this is ignored.
        Returns:
        a copy of this command with the --devel flag appended
      • prov

        public HelmFetch prov()
        Fetch the provenance file, but don't perform verification.
        Returns:
        a copy of this command with the --prov flag appended
      • untar

        public HelmFetch untar()
        Untar the chart after downloading it.
        Returns:
        a copy of this command with the --untar flag appended
      • untarInto

        public HelmFetch untarInto​(String directory)
        The name of the directory into which the chart should be expanded (default ".") - also sets the --untar flag.
        Parameters:
        directory - the repository url
        Returns:
        a copy of this command with the --untardir and --untar flags appended
      • untarInto

        public HelmFetch untarInto​(File directory)
        The name of the directory into which the chart should be expanded (default ".") - also sets the --untar flag.
        Parameters:
        directory - the repository url
        Returns:
        a copy of this command with the --untardir and --untar flags appended
      • newInstance

        public HelmFetch newInstance​(String helm,
                                     Arguments arguments,
                                     Arguments flags,
                                     EnvironmentVariables env)
        Description copied from interface: CLI
        Create a new instance of this Helm command.
        Specified by:
        newInstance in interface CLI<HelmFetch>
        arguments - the command arguments
        flags - the command flags
        env - the environment variables
        Returns:
        a new instance of this command