Class HelmDependencyList

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

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

      • newInstance

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