Class HelmCreate

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

    public class HelmCreate
    extends HelmCommand<HelmCreate>
    A representation of the Helm create 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 HelmCreate 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
      • starter

        public HelmCreate starter​(String scaffold)
        Obtain a copy of this Helm create command that also applies the named Helm starter scaffold.
        Parameters:
        scaffold - the name of the Helm starter scaffold
        Returns:
        a copy of this Helm create command that also applies the named Helm starter scaffold