All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAddIfStatements(Collection<AddIfStatement> items) |
A |
addAllToAnnotations(Collection<Annotation> items) |
A |
addAllToDependencies(Collection<HelmDependency> items) |
A |
addAllToExpressions(Collection<HelmExpression> items) |
A |
addAllToKeywords(Collection<String> items) |
A |
addAllToMaintainers(Collection<Maintainer> items) |
A |
addAllToSources(Collection<String> items) |
A |
addAllToValues(Collection<ValueReference> items) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
addNewAddIfStatement() |
A |
addNewAddIfStatement(String property,
String onResourceKind,
String onResourceName,
Boolean withDefaultValue,
String description) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
addNewAddIfStatementLike(AddIfStatement item) |
HelmChartConfigFluent.AnnotationsNested<A> |
addNewAnnotation() |
A |
addNewAnnotation(String key,
String value) |
HelmChartConfigFluent.AnnotationsNested<A> |
addNewAnnotationLike(Annotation item) |
HelmChartConfigFluent.DependenciesNested<A> |
addNewDependency() |
HelmChartConfigFluent.DependenciesNested<A> |
addNewDependencyLike(HelmDependency item) |
HelmChartConfigFluent.ExpressionsNested<A> |
addNewExpression() |
A |
addNewExpression(String path,
String expression) |
HelmChartConfigFluent.ExpressionsNested<A> |
addNewExpressionLike(HelmExpression item) |
HelmChartConfigFluent.MaintainersNested<A> |
addNewMaintainer() |
A |
addNewMaintainer(String name,
String email,
String url) |
HelmChartConfigFluent.MaintainersNested<A> |
addNewMaintainerLike(Maintainer item) |
HelmChartConfigFluent.ValuesNested<A> |
addNewValue() |
HelmChartConfigFluent.ValuesNested<A> |
addNewValueLike(ValueReference item) |
A |
addToAddIfStatements(AddIfStatement... items) |
A |
addToAddIfStatements(int index,
AddIfStatement item) |
A |
addToAnnotations(Annotation... items) |
A |
addToAnnotations(int index,
Annotation item) |
A |
addToDependencies(HelmDependency... items) |
A |
addToDependencies(int index,
HelmDependency item) |
A |
addToExpressions(HelmExpression... items) |
A |
addToExpressions(int index,
HelmExpression item) |
A |
addToKeywords(int index,
String item) |
A |
addToKeywords(String... items) |
A |
addToMaintainers(int index,
Maintainer item) |
A |
addToMaintainers(Maintainer... items) |
A |
addToSources(int index,
String item) |
A |
addToSources(String... items) |
A |
addToValues(int index,
ValueReference item) |
A |
addToValues(ValueReference... items) |
AddIfStatement |
buildAddIfStatement(int index) |
AddIfStatement[] |
buildAddIfStatements() |
Annotation |
buildAnnotation(int index) |
Annotation[] |
buildAnnotations() |
HelmDependency[] |
buildDependencies() |
HelmDependency |
buildDependency(int index) |
HelmExpression |
buildExpression(int index) |
HelmExpression[] |
buildExpressions() |
AddIfStatement |
buildFirstAddIfStatement() |
Annotation |
buildFirstAnnotation() |
HelmDependency |
buildFirstDependency() |
HelmExpression |
buildFirstExpression() |
Maintainer |
buildFirstMaintainer() |
ValueReference |
buildFirstValue() |
AddIfStatement |
buildLastAddIfStatement() |
Annotation |
buildLastAnnotation() |
HelmDependency |
buildLastDependency() |
HelmExpression |
buildLastExpression() |
Maintainer |
buildLastMaintainer() |
ValueReference |
buildLastValue() |
Maintainer |
buildMaintainer(int index) |
Maintainer[] |
buildMaintainers() |
AddIfStatement |
buildMatchingAddIfStatement(Predicate<AddIfStatementBuilder> predicate) |
Annotation |
buildMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
HelmDependency |
buildMatchingDependency(Predicate<HelmDependencyBuilder> predicate) |
HelmExpression |
buildMatchingExpression(Predicate<HelmExpressionBuilder> predicate) |
Maintainer |
buildMatchingMaintainer(Predicate<MaintainerBuilder> predicate) |
ValueReference |
buildMatchingValue(Predicate<ValueReferenceBuilder> predicate) |
ValueReference |
buildValue(int index) |
ValueReference[] |
buildValues() |
ValuesSchema |
buildValuesSchema() |
protected void |
copyInstance(HelmChartConfig instance) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
editAddIfStatement(int index) |
HelmChartConfigFluent.AnnotationsNested<A> |
editAnnotation(int index) |
HelmChartConfigFluent.DependenciesNested<A> |
editDependency(int index) |
HelmChartConfigFluent.ExpressionsNested<A> |
editExpression(int index) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
editFirstAddIfStatement() |
HelmChartConfigFluent.AnnotationsNested<A> |
editFirstAnnotation() |
HelmChartConfigFluent.DependenciesNested<A> |
editFirstDependency() |
HelmChartConfigFluent.ExpressionsNested<A> |
editFirstExpression() |
HelmChartConfigFluent.MaintainersNested<A> |
editFirstMaintainer() |
HelmChartConfigFluent.ValuesNested<A> |
editFirstValue() |
HelmChartConfigFluent.AddIfStatementsNested<A> |
editLastAddIfStatement() |
HelmChartConfigFluent.AnnotationsNested<A> |
editLastAnnotation() |
HelmChartConfigFluent.DependenciesNested<A> |
editLastDependency() |
HelmChartConfigFluent.ExpressionsNested<A> |
editLastExpression() |
HelmChartConfigFluent.MaintainersNested<A> |
editLastMaintainer() |
HelmChartConfigFluent.ValuesNested<A> |
editLastValue() |
HelmChartConfigFluent.MaintainersNested<A> |
editMaintainer(int index) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
editMatchingAddIfStatement(Predicate<AddIfStatementBuilder> predicate) |
HelmChartConfigFluent.AnnotationsNested<A> |
editMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
HelmChartConfigFluent.DependenciesNested<A> |
editMatchingDependency(Predicate<HelmDependencyBuilder> predicate) |
HelmChartConfigFluent.ExpressionsNested<A> |
editMatchingExpression(Predicate<HelmExpressionBuilder> predicate) |
HelmChartConfigFluent.MaintainersNested<A> |
editMatchingMaintainer(Predicate<MaintainerBuilder> predicate) |
HelmChartConfigFluent.ValuesNested<A> |
editMatchingValue(Predicate<ValueReferenceBuilder> predicate) |
HelmChartConfigFluent.ValuesSchemaNested<A> |
editOrNewValuesSchema() |
HelmChartConfigFluent.ValuesSchemaNested<A> |
editOrNewValuesSchemaLike(ValuesSchema item) |
HelmChartConfigFluent.ValuesNested<A> |
editValue(int index) |
HelmChartConfigFluent.ValuesSchemaNested<A> |
editValuesSchema() |
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getAppVersion() |
String |
getCondition() |
Boolean |
getCreateReadmeFile() |
Boolean |
getCreateTarFile() |
Boolean |
getCreateValuesSchemaFile() |
Boolean |
getDeprecated() |
String |
getDescription() |
Boolean |
getEnabled() |
String |
getExtension() |
String |
getHome() |
String |
getIcon() |
String |
getInputFolder() |
String[] |
getKeywords() |
String |
getKubeVersion() |
String |
getName() |
String |
getNotes() |
String |
getOutputFolder() |
String[] |
getSources() |
String |
getTags() |
String |
getTarFileClassifier() |
String |
getType() |
String |
getValuesProfileSeparator() |
String |
getValuesRootAlias() |
String |
getVersion() |
boolean |
hasAddIfStatements() |
boolean |
hasAnnotations() |
boolean |
hasApiVersion() |
boolean |
hasAppVersion() |
boolean |
hasCondition() |
boolean |
hasCreateReadmeFile() |
boolean |
hasCreateTarFile() |
boolean |
hasCreateValuesSchemaFile() |
boolean |
hasDependencies() |
boolean |
hasDeprecated() |
boolean |
hasDescription() |
boolean |
hasEnabled() |
boolean |
hasExpressions() |
boolean |
hasExtension() |
int |
hashCode() |
boolean |
hasHome() |
boolean |
hasIcon() |
boolean |
hasInputFolder() |
boolean |
hasKeywords() |
boolean |
hasKubeVersion() |
boolean |
hasMaintainers() |
boolean |
hasMatchingAddIfStatement(Predicate<AddIfStatementBuilder> predicate) |
boolean |
hasMatchingAnnotation(Predicate<AnnotationBuilder> predicate) |
boolean |
hasMatchingDependency(Predicate<HelmDependencyBuilder> predicate) |
boolean |
hasMatchingExpression(Predicate<HelmExpressionBuilder> predicate) |
boolean |
hasMatchingMaintainer(Predicate<MaintainerBuilder> predicate) |
boolean |
hasMatchingValue(Predicate<ValueReferenceBuilder> predicate) |
boolean |
hasName() |
boolean |
hasNotes() |
boolean |
hasOutputFolder() |
boolean |
hasSources() |
boolean |
hasTags() |
boolean |
hasTarFileClassifier() |
boolean |
hasType() |
boolean |
hasValues() |
boolean |
hasValuesProfileSeparator() |
boolean |
hasValuesRootAlias() |
boolean |
hasValuesSchema() |
boolean |
hasVersion() |
A |
removeAllFromAddIfStatements(Collection<AddIfStatement> items) |
A |
removeAllFromAnnotations(Collection<Annotation> items) |
A |
removeAllFromDependencies(Collection<HelmDependency> items) |
A |
removeAllFromExpressions(Collection<HelmExpression> items) |
A |
removeAllFromKeywords(Collection<String> items) |
A |
removeAllFromMaintainers(Collection<Maintainer> items) |
A |
removeAllFromSources(Collection<String> items) |
A |
removeAllFromValues(Collection<ValueReference> items) |
A |
removeFromAddIfStatements(AddIfStatement... items) |
A |
removeFromAnnotations(Annotation... items) |
A |
removeFromDependencies(HelmDependency... items) |
A |
removeFromExpressions(HelmExpression... items) |
A |
removeFromKeywords(String... items) |
A |
removeFromMaintainers(Maintainer... items) |
A |
removeFromSources(String... items) |
A |
removeFromValues(ValueReference... items) |
A |
removeMatchingFromAddIfStatements(Predicate<AddIfStatementBuilder> predicate) |
A |
removeMatchingFromAnnotations(Predicate<AnnotationBuilder> predicate) |
A |
removeMatchingFromDependencies(Predicate<HelmDependencyBuilder> predicate) |
A |
removeMatchingFromExpressions(Predicate<HelmExpressionBuilder> predicate) |
A |
removeMatchingFromMaintainers(Predicate<MaintainerBuilder> predicate) |
A |
removeMatchingFromValues(Predicate<ValueReferenceBuilder> predicate) |
HelmChartConfigFluent.AddIfStatementsNested<A> |
setNewAddIfStatementLike(int index,
AddIfStatement item) |
HelmChartConfigFluent.AnnotationsNested<A> |
setNewAnnotationLike(int index,
Annotation item) |
HelmChartConfigFluent.DependenciesNested<A> |
setNewDependencyLike(int index,
HelmDependency item) |
HelmChartConfigFluent.ExpressionsNested<A> |
setNewExpressionLike(int index,
HelmExpression item) |
HelmChartConfigFluent.MaintainersNested<A> |
setNewMaintainerLike(int index,
Maintainer item) |
HelmChartConfigFluent.ValuesNested<A> |
setNewValueLike(int index,
ValueReference item) |
A |
setToAddIfStatements(int index,
AddIfStatement item) |
A |
setToAnnotations(int index,
Annotation item) |
A |
setToDependencies(int index,
HelmDependency item) |
A |
setToExpressions(int index,
HelmExpression item) |
A |
setToKeywords(int index,
String item) |
A |
setToMaintainers(int index,
Maintainer item) |
A |
setToSources(int index,
String item) |
A |
setToValues(int index,
ValueReference item) |
String |
toString() |
A |
withAddIfStatements(AddIfStatement... addIfStatements) |
A |
withAnnotations(Annotation... annotations) |
A |
withApiVersion(String apiVersion) |
A |
withAppVersion(String appVersion) |
A |
withCondition(String condition) |
A |
withCreateReadmeFile() |
A |
withCreateReadmeFile(Boolean createReadmeFile) |
A |
withCreateTarFile() |
A |
withCreateTarFile(Boolean createTarFile) |
A |
withCreateValuesSchemaFile() |
A |
withCreateValuesSchemaFile(Boolean createValuesSchemaFile) |
A |
withDependencies(HelmDependency... dependencies) |
A |
withDeprecated() |
A |
withDeprecated(Boolean deprecated) |
A |
withDescription(String description) |
A |
withEnabled() |
A |
withEnabled(Boolean enabled) |
A |
withExpressions(HelmExpression... expressions) |
A |
withExtension(String extension) |
A |
withHome(String home) |
A |
withIcon(String icon) |
A |
withInputFolder(String inputFolder) |
A |
withKeywords(String... keywords) |
A |
withKubeVersion(String kubeVersion) |
A |
withMaintainers(Maintainer... maintainers) |
A |
withName(String name) |
HelmChartConfigFluent.ValuesSchemaNested<A> |
withNewValuesSchema() |
HelmChartConfigFluent.ValuesSchemaNested<A> |
withNewValuesSchemaLike(ValuesSchema item) |
A |
withNotes(String notes) |
A |
withOutputFolder(String outputFolder) |
A |
withSources(String... sources) |
A |
withTags(String tags) |
A |
withTarFileClassifier(String tarFileClassifier) |
A |
withType(String type) |
A |
withValues(ValueReference... values) |
A |
withValuesProfileSeparator(String valuesProfileSeparator) |
A |
withValuesRootAlias(String valuesRootAlias) |
A |
withValuesSchema(ValuesSchema valuesSchema) |
A |
withVersion(String version) |