| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.kustomize.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HelmChart |
HelmChartBuilder.build() |
HelmChart |
KustomizationFluent.buildFirstHelmChart() |
HelmChart |
KustomizationFluentImpl.buildFirstHelmChart() |
HelmChart |
KustomizationFluent.buildHelmChart(Integer index) |
HelmChart |
KustomizationFluentImpl.buildHelmChart(Integer index) |
HelmChart |
KustomizationFluent.buildLastHelmChart() |
HelmChart |
KustomizationFluentImpl.buildLastHelmChart() |
HelmChart |
KustomizationFluent.buildMatchingHelmChart(Predicate<HelmChartBuilder> predicate) |
HelmChart |
KustomizationFluentImpl.buildMatchingHelmChart(Predicate<HelmChartBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<HelmChart> |
KustomizationFluent.buildHelmCharts() |
List<HelmChart> |
KustomizationFluentImpl.buildHelmCharts() |
List<HelmChart> |
KustomizationFluent.getHelmCharts()
Deprecated.
|
List<HelmChart> |
KustomizationFluentImpl.getHelmCharts()
Deprecated.
|
List<HelmChart> |
Kustomization.getHelmCharts() |
| Modifier and Type | Method and Description |
|---|---|
A |
KustomizationFluent.addAllToHelmCharts(Collection<HelmChart> items) |
A |
KustomizationFluentImpl.addAllToHelmCharts(Collection<HelmChart> items) |
A |
KustomizationFluent.removeAllFromHelmCharts(Collection<HelmChart> items) |
A |
KustomizationFluentImpl.removeAllFromHelmCharts(Collection<HelmChart> items) |
void |
Kustomization.setHelmCharts(List<HelmChart> helmCharts) |
A |
KustomizationFluent.withHelmCharts(List<HelmChart> helmCharts) |
A |
KustomizationFluentImpl.withHelmCharts(List<HelmChart> helmCharts) |
| Constructor and Description |
|---|
HelmChartBuilder(HelmChart instance) |
HelmChartBuilder(HelmChart instance,
Boolean validationEnabled) |
HelmChartBuilder(HelmChartFluent<?> fluent,
HelmChart instance) |
HelmChartBuilder(HelmChartFluent<?> fluent,
HelmChart instance,
Boolean validationEnabled) |
HelmChartFluentImpl(HelmChart instance) |
| Constructor and Description |
|---|
Kustomization(String apiVersion,
List<String> bases,
List<String> buildMetadata,
Map<String,String> commonAnnotations,
Map<String,String> commonLabels,
List<String> components,
List<ConfigMapArgs> configMapGenerator,
List<String> configurations,
List<String> crds,
GeneratorOptions generatorOptions,
List<String> generators,
List<HelmChartArgs> helmChartInflationGenerator,
List<HelmChart> helmCharts,
HelmGlobals helmGlobals,
List<Image> imageTags,
List<Image> images,
String kind,
List<Label> labels,
ObjectMeta metadata,
String namePrefix,
String nameSuffix,
String namespace,
Map<String,String> openapi,
List<Patch> patches,
List<Patch> patchesJson6902,
List<String> patchesStrategicMerge,
List<ReplacementField> replacements,
List<Replica> replicas,
List<String> resources,
List<SecretArgs> secretGenerator,
SortOptions sortOptions,
List<String> transformers,
List<String> validators,
List<Var> vars) |
Copyright © 2015–2023 Red Hat. All rights reserved.