Class HelmDependencyUpdate

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

    public class HelmDependencyUpdate
    extends HelmCommand<HelmDependencyUpdate>
    A representation of the Helm dependency update 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 HelmDependencyUpdate 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
      • skipRefresh

        public HelmDependencyUpdate skipRefresh()
        Do not refresh the local repository cache.
        Returns:
        a copy of this command with the --skip-refresh flag appended
      • verify

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

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