Class HelmLint

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

    public class HelmLint
    extends HelmCommand<HelmLint>
    A representation of the Helm lint 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 HelmLint 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
      • strict

        public HelmLint strict()
        Obtain a copy of this Helm create command that fails on lint warnings.
        Returns:
        a copy of this Helm create command that also fails on lint warnings