- java.lang.Object
-
- com.oracle.bedrock.runtime.k8s.helm.HelmCommand<HelmInspect>
-
- com.oracle.bedrock.runtime.k8s.helm.HelmInspect
-
- All Implemented Interfaces:
CLI<HelmInspect>,CLI.WithCerts<HelmInspect>,CLI.WithRepo<HelmInspect>,MetaClass<Application>
public class HelmInspect extends HelmCommand<HelmInspect> implements CLI.WithCerts<HelmInspect>, CLI.WithRepo<HelmInspect>
A representation of the Helm inspect command.Copyright (c) 2018. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.- Author:
- Jonathan Knight
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.bedrock.runtime.k8s.helm.HelmCommand
HelmCommand.Template
-
Nested classes/interfaces inherited from interface com.oracle.bedrock.runtime.k8s.helm.CLI
CLI.WithCerts<C extends CLI.WithCerts>, CLI.WithRepo<C extends CLI.WithRepo>, CLI.WithTLS<C extends CLI.WithTLS>
-
-
Field Summary
-
Fields inherited from class com.oracle.bedrock.runtime.k8s.helm.HelmCommand
DEFAULT_HELM
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HelmInspectchart(File chart)A factory method to create a Helm inspect chart command.static HelmInspectchart(String chart)A factory method to create a Helm inspect chart command.static HelmInspectchart(URL chart)A factory method to create a Helm inspect chart command.HelmInspectnewInstance(String helm, Arguments arguments, Arguments flags, EnvironmentVariables env)Create a new instance of this Helm command.static HelmInspectvalues(String chart)A factory method to create a Helm inspect values command.-
Methods inherited from class com.oracle.bedrock.runtime.k8s.helm.HelmCommand
execute, executeAndWait, getArguments, getCommands, getEnvironment, getFlags, getHelmLocation, getImplementationClass, helmExists, isFlagsFirst, onLaunch, onLaunched, onLaunching
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bedrock.runtime.k8s.helm.CLI
debug, getArguments, getCommands, getEnvironment, getFlags, getHelmLocation, home, host, isFlagsFirst, kubeConfig, kubeContext, tillerNamespace, withArguments, withArguments, withArguments, withEnvironment, withEnvironment, withEnvironment, withEnvironment, withFlags, withFlags, withFlags, withHelmAt
-
Methods inherited from interface com.oracle.bedrock.runtime.k8s.helm.CLI.WithCerts
caFile, certFile, keyFile, keyRing
-
Methods inherited from interface com.oracle.bedrock.runtime.k8s.helm.CLI.WithRepo
repo, verify, version
-
Methods inherited from interface com.oracle.bedrock.runtime.MetaClass
getImplementationClass, onLaunch, onLaunched, onLaunching
-
-
-
-
Method Detail
-
chart
public static HelmInspect chart(String chart)
A factory method to create a Helm inspect chart command.- Parameters:
chart- the name of the chart to inspect- Returns:
- a Helm inspect chart command
-
chart
public static HelmInspect chart(File chart)
A factory method to create a Helm inspect chart command.- Parameters:
chart- the name of the chart to inspect- Returns:
- a Helm inspect chart command
-
chart
public static HelmInspect chart(URL chart)
A factory method to create a Helm inspect chart command.- Parameters:
chart- the name of the chart to inspect- Returns:
- a Helm inspect chart command
-
values
public static HelmInspect values(String chart)
A factory method to create a Helm inspect values command.- Parameters:
chart- the name of the chart to inspect- Returns:
- a Helm inspect chart command
-
newInstance
public HelmInspect newInstance(String helm, Arguments arguments, Arguments flags, EnvironmentVariables env)
Description copied from interface:CLICreate a new instance of this Helm command.- Specified by:
newInstancein interfaceCLI<HelmInspect>arguments- the command argumentsflags- the command flagsenv- the environment variables- Returns:
- a new instance of this command
-
-