Class HelmTest

    • Method Detail

      • cleanup

        public HelmTest cleanup()
        Delete test pods upon completion.
        Returns:
        a copy of this command with the --cleanup flag appended
      • timeout

        public HelmTest timeout​(int seconds)
        Set the time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300).
        Parameters:
        seconds - the number of seconds to wait
        Returns:
        a copy of this command with the --timeout flag appended
      • newInstance

        public HelmTest 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<HelmTest>
        arguments - the command arguments
        flags - the command flags
        env - the environment variables
        Returns:
        a new instance of this command