Class HelmList

    • Method Detail

      • all

        public HelmList all()
        Show all releases, not just the ones marked DEPLOYED.
        Returns:
        a copy of this command with the --all flag appended
      • sortByDate

        public HelmList sortByDate()
        Sort output by release date.
        Returns:
        a copy of this command with the --date flag appended
      • deleted

        public HelmList deleted()
        Show deleted releases
        Returns:
        a copy of this command with the --deleted flag appended
      • deleting

        public HelmList deleting()
        Show faideletingled releases
        Returns:
        a copy of this command with the --deleting flag appended
      • deployed

        public HelmList deployed()
        Show deployed releases
        Returns:
        a copy of this command with the --deployed flag appended
      • failed

        public HelmList failed()
        Show failed releases
        Returns:
        a copy of this command with the --failed flag appended
      • max

        public HelmList max​(int max)
        Set the maximum number of revision to include in the list (default 256)
        Parameters:
        max - the maximum number of revision to include
        Returns:
        a copy of this command with the --max flag appended
      • namespace

        public HelmList namespace​(String namespace)
        Show releases within a specific namespace.
        Parameters:
        namespace - the namespace
        Returns:
        a copy of this command with the --max flag appended
      • offset

        public HelmList offset​(String release)
        The next release name in the list, used to offset from start value
        Parameters:
        release - the release name
        Returns:
        a copy of this command with the --offset flag appended
      • pending

        public HelmList pending()
        Show pending releases.
        Returns:
        a copy of this command with the --pending flag appended
      • reverse

        public HelmList reverse()
        Reverse the sort order.
        Returns:
        a copy of this command with the --reverse flag appended
      • quiet

        public HelmList quiet()
        Output short (quiet) listing format.
        Returns:
        a copy of this command with the --short flag appended
      • newInstance

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