| Package | Description |
|---|---|
| io.dekorate.helm.config |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableAnnotation
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
HelmChartConfigFluent.buildAnnotation(Integer index) |
Annotation |
HelmChartConfigFluentImpl.buildAnnotation(Integer index) |
Annotation[] |
HelmChartConfigFluent.buildAnnotations() |
Annotation[] |
HelmChartConfigFluentImpl.buildAnnotations() |
Annotation |
HelmChartConfigFluent.buildFirstAnnotation() |
Annotation |
HelmChartConfigFluentImpl.buildFirstAnnotation() |
Annotation |
HelmChartConfigFluent.buildLastAnnotation() |
Annotation |
HelmChartConfigFluentImpl.buildLastAnnotation() |
Annotation |
HelmChartConfigFluent.buildMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
Annotation |
HelmChartConfigFluentImpl.buildMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
Annotation[] |
HelmChartConfig.getAnnotations() |
Annotation[] |
HelmChartConfigFluent.getAnnotations()
Deprecated.
|
Annotation[] |
HelmChartConfigFluentImpl.getAnnotations()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
A |
HelmChartConfigFluent.addAllToAnnotations(Collection<Annotation> items) |
A |
HelmChartConfigFluentImpl.addAllToAnnotations(Collection<Annotation> items) |
A |
HelmChartConfigFluent.removeAllFromAnnotations(Collection<Annotation> items) |
A |
HelmChartConfigFluentImpl.removeAllFromAnnotations(Collection<Annotation> items) |
| Constructor and Description |
|---|
AnnotationBuilder(Annotation instance) |
AnnotationBuilder(Annotation instance,
Boolean validationEnabled) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Annotation instance) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Annotation instance,
Boolean validationEnabled) |
AnnotationFluentImpl(Annotation instance) |
EditableHelmChartConfig(Project project,
Map<ConfigKey,Object> attributes,
Boolean enabled,
String name,
String home,
String[] sources,
String version,
String description,
String[] keywords,
Maintainer[] maintainers,
String icon,
String apiVersion,
String condition,
String tags,
String appVersion,
Boolean deprecated,
Annotation[] annotations,
String kubeVersion,
HelmDependency[] dependencies,
String type,
String valuesRootAlias,
Boolean createTarFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
HelmExpression[] expressions,
AddIfStatement[] addIfStatements) |
HelmChartConfig(Project project,
Map<ConfigKey,Object> attributes,
Boolean enabled,
String name,
String home,
String[] sources,
String version,
String description,
String[] keywords,
Maintainer[] maintainers,
String icon,
String apiVersion,
String condition,
String tags,
String appVersion,
Boolean deprecated,
Annotation[] annotations,
String kubeVersion,
HelmDependency[] dependencies,
String type,
String valuesRootAlias,
Boolean createTarFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
HelmExpression[] expressions,
AddIfStatement[] addIfStatements) |
Copyright © 2018–2023 Red Hat. All rights reserved.