Class HelmDependencyBuild

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

    public class HelmDependencyBuild
    extends HelmCommand<HelmDependencyBuild>
    A representation of the Helm dependency build 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

      • keyRing

        public HelmDependencyBuild keyRing​(String file)
        Keyring containing public keys (default ~/.gnupg/pubring.gpg).
        Parameters:
        file - keyring file
        Returns:
        a copy of this command with the --keyring flag appended
      • verify

        public HelmDependencyBuild verify()
        Verify the package against its signature.
        Returns:
        a copy of this command with the --verify flag appended
      • newInstance

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