| Package | Description |
|---|---|
| io.dekorate.helm.config |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableAnnotation
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
HelmChartConfigFluent.buildAnnotation(int index) |
Annotation[] |
HelmChartConfigFluent.buildAnnotations() |
Annotation |
HelmChartConfigFluent.buildFirstAnnotation() |
Annotation |
HelmChartConfigFluent.buildLastAnnotation() |
Annotation |
HelmChartConfigFluent.buildMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
Annotation[] |
HelmChartConfig.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
HelmChartConfigFluent.AnnotationsNested<A> |
HelmChartConfigFluent.addNewAnnotationLike(Annotation item) |
A |
HelmChartConfigFluent.addToAnnotations(Annotation... items) |
A |
HelmChartConfigFluent.addToAnnotations(int index,
Annotation item) |
protected void |
AnnotationFluent.copyInstance(Annotation instance) |
A |
HelmChartConfigFluent.removeFromAnnotations(Annotation... items) |
HelmChartConfigFluent.AnnotationsNested<A> |
HelmChartConfigFluent.setNewAnnotationLike(int index,
Annotation item) |
A |
HelmChartConfigFluent.setToAnnotations(int index,
Annotation item) |
A |
HelmChartConfigFluent.withAnnotations(Annotation... annotations) |
| Modifier and Type | Method and Description |
|---|---|
A |
HelmChartConfigFluent.addAllToAnnotations(Collection<Annotation> items) |
A |
HelmChartConfigFluent.removeAllFromAnnotations(Collection<Annotation> items) |
| Constructor and Description |
|---|
AnnotationBuilder(Annotation instance) |
AnnotationBuilder(AnnotationFluent<?> fluent,
Annotation instance) |
AnnotationFluent(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,
String valuesProfileSeparator,
Boolean createTarFile,
Boolean createValuesSchemaFile,
Boolean createReadmeFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
ValuesSchema valuesSchema,
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,
String valuesProfileSeparator,
Boolean createTarFile,
Boolean createValuesSchemaFile,
Boolean createReadmeFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
ValuesSchema valuesSchema,
HelmExpression[] expressions,
AddIfStatement[] addIfStatements) |
Copyright © 2018–2023 Red Hat. All rights reserved.