Class HelmGet

    • Method Detail

      • revision

        public HelmGet revision​(int revision)
        Get the named release with the specified revision.
        Parameters:
        revision - the revision to get
        Returns:
        a copy of this command with the --revision flag appended
      • newInstance

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