| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.kustomize.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelBuilder.build() |
Label |
KustomizationFluent.buildFirstLabel() |
Label |
KustomizationFluentImpl.buildFirstLabel() |
Label |
KustomizationFluent.buildLabel(Integer index) |
Label |
KustomizationFluentImpl.buildLabel(Integer index) |
Label |
KustomizationFluent.buildLastLabel() |
Label |
KustomizationFluentImpl.buildLastLabel() |
Label |
KustomizationFluent.buildMatchingLabel(Predicate<LabelBuilder> predicate) |
Label |
KustomizationFluentImpl.buildMatchingLabel(Predicate<LabelBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
KustomizationFluent.buildLabels() |
List<Label> |
KustomizationFluentImpl.buildLabels() |
List<Label> |
KustomizationFluent.getLabels()
Deprecated.
|
List<Label> |
KustomizationFluentImpl.getLabels()
Deprecated.
|
List<Label> |
Kustomization.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
KustomizationFluent.LabelsNested<A> |
KustomizationFluent.addNewLabelLike(Label item) |
KustomizationFluent.LabelsNested<A> |
KustomizationFluentImpl.addNewLabelLike(Label item) |
A |
KustomizationFluent.addToLabels(Integer index,
Label item) |
A |
KustomizationFluentImpl.addToLabels(Integer index,
Label item) |
A |
KustomizationFluent.addToLabels(Label... items) |
A |
KustomizationFluentImpl.addToLabels(Label... items) |
A |
KustomizationFluent.removeFromLabels(Label... items) |
A |
KustomizationFluentImpl.removeFromLabels(Label... items) |
KustomizationFluent.LabelsNested<A> |
KustomizationFluent.setNewLabelLike(Integer index,
Label item) |
KustomizationFluent.LabelsNested<A> |
KustomizationFluentImpl.setNewLabelLike(Integer index,
Label item) |
A |
KustomizationFluent.setToLabels(Integer index,
Label item) |
A |
KustomizationFluentImpl.setToLabels(Integer index,
Label item) |
A |
KustomizationFluent.withLabels(Label... labels) |
A |
KustomizationFluentImpl.withLabels(Label... labels) |
| Modifier and Type | Method and Description |
|---|---|
A |
KustomizationFluent.addAllToLabels(Collection<Label> items) |
A |
KustomizationFluentImpl.addAllToLabels(Collection<Label> items) |
A |
KustomizationFluent.removeAllFromLabels(Collection<Label> items) |
A |
KustomizationFluentImpl.removeAllFromLabels(Collection<Label> items) |
void |
Kustomization.setLabels(List<Label> labels) |
A |
KustomizationFluent.withLabels(List<Label> labels) |
A |
KustomizationFluentImpl.withLabels(List<Label> labels) |
| Constructor and Description |
|---|
LabelBuilder(Label instance) |
LabelBuilder(Label instance,
Boolean validationEnabled) |
LabelBuilder(LabelFluent<?> fluent,
Label instance) |
LabelBuilder(LabelFluent<?> fluent,
Label instance,
Boolean validationEnabled) |
LabelFluentImpl(Label 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.