| Package | Description |
|---|---|
| org.eclipse.jkube.kit.resource.helm |
| Modifier and Type | Method and Description |
|---|---|
static HelmConfig.HelmType |
HelmConfig.HelmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelmConfig.HelmType[] |
HelmConfig.HelmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<HelmConfig.HelmType> |
HelmConfig.getTypes() |
static List<HelmConfig.HelmType> |
HelmConfig.HelmType.parseString(String types) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedChartListener.chartFileGenerated(HelmConfig helmConfig,
HelmConfig.HelmType type,
File chartFile) |
static HelmConfig.HelmConfigBuilder |
HelmServiceUtil.initHelmConfig(HelmConfig.HelmType defaultHelmType,
org.eclipse.jkube.kit.common.JavaProject project,
File template,
HelmConfig original) |
| Modifier and Type | Method and Description |
|---|---|
void |
HelmConfig.setTypes(List<HelmConfig.HelmType> types) |
HelmConfig.HelmConfigBuilder |
HelmConfig.HelmConfigBuilder.types(List<HelmConfig.HelmType> types) |
| Constructor and Description |
|---|
HelmConfig(String apiVersion,
String chart,
String chartExtension,
String version,
String description,
String home,
List<String> sources,
List<org.eclipse.jkube.kit.common.Maintainer> maintainers,
String icon,
String appVersion,
List<String> keywords,
String engine,
List<File> additionalFiles,
List<io.fabric8.openshift.api.model.Template> parameterTemplates,
List<HelmParameter> parameters,
List<HelmConfig.HelmType> types,
String sourceDir,
String outputDir,
String tarballOutputDir,
String tarFileClassifier,
List<GeneratedChartListener> generatedChartListeners,
HelmRepository stableRepository,
HelmRepository snapshotRepository,
String security,
boolean lintStrict,
boolean lintQuiet,
List<HelmDependency> dependencies) |
Copyright © 2024. All rights reserved.