| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.kustomize.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
ObjectMeta |
ObjectMetaBuilder.build() |
ObjectMeta |
KustomizationFluent.buildMetadata() |
ObjectMeta |
KustomizationFluentImpl.buildMetadata() |
ObjectMeta |
KustomizationFluent.getMetadata()
Deprecated.
|
ObjectMeta |
KustomizationFluentImpl.getMetadata()
Deprecated.
|
ObjectMeta |
Kustomization.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
KustomizationFluent.MetadataNested<A> |
KustomizationFluent.editOrNewMetadataLike(ObjectMeta item) |
KustomizationFluent.MetadataNested<A> |
KustomizationFluentImpl.editOrNewMetadataLike(ObjectMeta item) |
void |
Kustomization.setMetadata(ObjectMeta metadata) |
A |
KustomizationFluent.withMetadata(ObjectMeta metadata) |
A |
KustomizationFluentImpl.withMetadata(ObjectMeta metadata) |
KustomizationFluent.MetadataNested<A> |
KustomizationFluent.withNewMetadataLike(ObjectMeta item) |
KustomizationFluent.MetadataNested<A> |
KustomizationFluentImpl.withNewMetadataLike(ObjectMeta item) |
| 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) |
ObjectMetaBuilder(ObjectMeta instance) |
ObjectMetaBuilder(ObjectMeta instance,
Boolean validationEnabled) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent,
ObjectMeta instance) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent,
ObjectMeta instance,
Boolean validationEnabled) |
ObjectMetaFluentImpl(ObjectMeta instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.