Package io.quarkiverse.helm.deployment
Class QuarkusHelmWriterSessionListener
- java.lang.Object
-
- io.quarkiverse.helm.deployment.QuarkusHelmWriterSessionListener
-
public class QuarkusHelmWriterSessionListener extends Object
-
-
Constructor Summary
Constructors Constructor Description QuarkusHelmWriterSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>writeHelmFiles(io.dekorate.Session session, io.dekorate.project.Project project, io.dekorate.helm.config.HelmChartConfig helmConfig, List<io.dekorate.ConfigReference> configReferences, Map<String,AddIfStatementConfig> addIfStatements, Path inputDir, Path outputDir, Collection<File> generatedFiles)Needs to be public in order to be called from outside the session context.
-
-
-
Method Detail
-
writeHelmFiles
public Map<String,String> writeHelmFiles(io.dekorate.Session session, io.dekorate.project.Project project, io.dekorate.helm.config.HelmChartConfig helmConfig, List<io.dekorate.ConfigReference> configReferences, Map<String,AddIfStatementConfig> addIfStatements, Path inputDir, Path outputDir, Collection<File> generatedFiles)
Needs to be public in order to be called from outside the session context.- Returns:
- the list of the Helm generated files.
-
-