Interface CLI.WithRepo<C extends CLI.WithRepo>
-
- Type Parameters:
C- the type of the command
- All Superinterfaces:
CLI<C>,MetaClass<Application>
- All Known Implementing Classes:
HelmFetch,HelmInspect,HelmInstall,HelmUpgrade
public static interface CLI.WithRepo<C extends CLI.WithRepo> extends CLI<C>
ACLIcommand with repo flags.
-
-
Nested Class Summary
-
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>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Crepo(String repoName)Chart repository url where to locate the requested chart.default Cverify()Verify the package against its signature.default Cversion(String version)Fetch the specific version of a chart.-
Methods inherited from interface com.oracle.bedrock.runtime.k8s.helm.CLI
debug, getArguments, getCommands, getEnvironment, getFlags, getHelmLocation, home, host, isFlagsFirst, kubeConfig, kubeContext, newInstance, tillerNamespace, withArguments, withArguments, withArguments, withEnvironment, withEnvironment, withEnvironment, withEnvironment, withFlags, withFlags, withFlags, withHelmAt
-
Methods inherited from interface com.oracle.bedrock.runtime.MetaClass
getImplementationClass, onLaunch, onLaunched, onLaunching
-
-
-
-
Method Detail
-
repo
default C repo(String repoName)
Chart repository url where to locate the requested chart.- Parameters:
repoName- the repository url- Returns:
- a copy of this command with the
--repoflag appended
-
verify
default C verify()
Verify the package against its signature.- Returns:
- a copy of this command with the
--verifyflag appended
-
-