| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.kustomize.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
HelmGlobals |
HelmGlobalsBuilder.build() |
HelmGlobals |
KustomizationFluent.buildHelmGlobals() |
HelmGlobals |
KustomizationFluentImpl.buildHelmGlobals() |
HelmGlobals |
KustomizationFluent.getHelmGlobals()
Deprecated.
|
HelmGlobals |
KustomizationFluentImpl.getHelmGlobals()
Deprecated.
|
HelmGlobals |
Kustomization.getHelmGlobals() |
| Modifier and Type | Method and Description |
|---|---|
KustomizationFluent.HelmGlobalsNested<A> |
KustomizationFluent.editOrNewHelmGlobalsLike(HelmGlobals item) |
KustomizationFluent.HelmGlobalsNested<A> |
KustomizationFluentImpl.editOrNewHelmGlobalsLike(HelmGlobals item) |
void |
Kustomization.setHelmGlobals(HelmGlobals helmGlobals) |
A |
KustomizationFluent.withHelmGlobals(HelmGlobals helmGlobals) |
A |
KustomizationFluentImpl.withHelmGlobals(HelmGlobals helmGlobals) |
KustomizationFluent.HelmGlobalsNested<A> |
KustomizationFluent.withNewHelmGlobalsLike(HelmGlobals item) |
KustomizationFluent.HelmGlobalsNested<A> |
KustomizationFluentImpl.withNewHelmGlobalsLike(HelmGlobals item) |
| Constructor and Description |
|---|
HelmGlobalsBuilder(HelmGlobals instance) |
HelmGlobalsBuilder(HelmGlobals instance,
Boolean validationEnabled) |
HelmGlobalsBuilder(HelmGlobalsFluent<?> fluent,
HelmGlobals instance) |
HelmGlobalsBuilder(HelmGlobalsFluent<?> fluent,
HelmGlobals instance,
Boolean validationEnabled) |
HelmGlobalsFluentImpl(HelmGlobals instance) |
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.