| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.kustomize.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
FieldSpec |
FieldSpecBuilder.build() |
FieldSpec |
LabelFluent.buildField(int index) |
FieldSpec |
LabelFluent.buildFirstField() |
FieldSpec |
LabelFluent.buildLastField() |
FieldSpec |
LabelFluent.buildMatchingField(Predicate<FieldSpecBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldSpec> |
LabelFluent.buildFields() |
List<FieldSpec> |
Label.getFields() |
| Modifier and Type | Method and Description |
|---|---|
LabelFluent.FieldsNested<A> |
LabelFluent.addNewFieldLike(FieldSpec item) |
A |
LabelFluent.addToFields(FieldSpec... items) |
A |
LabelFluent.addToFields(int index,
FieldSpec item) |
protected void |
FieldSpecFluent.copyInstance(FieldSpec instance) |
A |
LabelFluent.removeFromFields(FieldSpec... items) |
LabelFluent.FieldsNested<A> |
LabelFluent.setNewFieldLike(int index,
FieldSpec item) |
A |
LabelFluent.setToFields(int index,
FieldSpec item) |
A |
LabelFluent.withFields(FieldSpec... fields) |
| Modifier and Type | Method and Description |
|---|---|
A |
LabelFluent.addAllToFields(Collection<FieldSpec> items) |
A |
LabelFluent.removeAllFromFields(Collection<FieldSpec> items) |
void |
Label.setFields(List<FieldSpec> fields) |
A |
LabelFluent.withFields(List<FieldSpec> fields) |
| Constructor and Description |
|---|
FieldSpecBuilder(FieldSpec instance) |
FieldSpecBuilder(FieldSpecFluent<?> fluent,
FieldSpec instance) |
FieldSpecFluent(FieldSpec instance) |
| Constructor and Description |
|---|
Label(List<FieldSpec> fields,
Boolean includeSelectors,
Boolean includeTemplates,
Map<String,String> pairs) |
Copyright © 2015–2024 Red Hat. All rights reserved.