Class HelmGetValues

  • All Implemented Interfaces:
    CLI<HelmGetValues>, MetaClass<Application>

    public class HelmGetValues
    extends HelmCommand<HelmGetValues>
    A representation of the Helm get manifest command.

    Copyright (c) 2018. All Rights Reserved. Oracle Corporation.
    Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

    Author:
    Jonathan Knight
    • Method Detail

      • all

        public HelmGetValues all()
        Dump all (computed) values.
        Returns:
        a copy of this command with the --all flag appended
      • revision

        public HelmGetValues 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 HelmGetValues newInstance​(String helm,
                                         Arguments arguments,
                                         Arguments flags,
                                         EnvironmentVariables env)
        Description copied from interface: CLI
        Create a new instance of this Helm command.
        arguments - the command arguments
        flags - the command flags
        env - the environment variables
        Returns:
        a new instance of this command