Class HelmGetManifest

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

    public class HelmGetManifest
    extends HelmCommand<HelmGetManifest>
    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

      • revision

        public HelmGetManifest 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 HelmGetManifest 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