Class HelmTemplate
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.helmrepo.maven.plugin.HelmGoal
-
- org.honton.chas.helmrepo.maven.plugin.HelmRelease
-
- org.honton.chas.helmrepo.maven.plugin.HelmTemplate
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,CommandOptions,GlobalReleaseOptions
@Mojo(name="template", defaultPhase=VERIFY, threadSafe=true) public class HelmTemplate extends HelmReleaseTemplate helm release(s)
-
-
Constructor Summary
Constructors Constructor Description HelmTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSubCommand(List<String> commandLine)Add the helm subcommand to command linevoidreleaseOptions(ReleaseInfo release, List<String> command)Add any additional options per release-
Methods inherited from class org.honton.chas.helmrepo.maven.plugin.HelmRelease
chartReference, createNamespace, doExecute, getIterable, getKubernetesClient, initializeGlobalValuesFiles, postHelmCommand, preHelmCommand, releaseValues, validateConfiguration, validateRelease
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.honton.chas.helmrepo.maven.plugin.GlobalReleaseOptions
getGlobalValuePath, getGlobalValuesFile, getKubernetes
-
-
-
-
Method Detail
-
addSubCommand
public void addSubCommand(List<String> commandLine)
Description copied from interface:CommandOptionsAdd the helm subcommand to command line
-
releaseOptions
public void releaseOptions(ReleaseInfo release, List<String> command) throws IOException
Description copied from interface:CommandOptionsAdd any additional options per release- Specified by:
releaseOptionsin interfaceCommandOptions- Overrides:
releaseOptionsin classHelmRelease- Throws:
IOException
-
-