| Package | Description |
|---|---|
| io.fabric8.knative.internal.pkg.apis.duck.v1 |
| Modifier and Type | Method and Description |
|---|---|
WithPod |
WithPodBuilder.build() |
WithPod |
WithPodListFluent.buildFirstItem() |
WithPod |
PodListFluent.buildFirstItem() |
WithPod |
WithPodListFluent.buildItem(int index) |
WithPod |
PodListFluent.buildItem(int index) |
WithPod |
WithPodListFluent.buildLastItem() |
WithPod |
PodListFluent.buildLastItem() |
WithPod |
WithPodListFluent.buildMatchingItem(Predicate<WithPodBuilder> predicate) |
WithPod |
PodListFluent.buildMatchingItem(Predicate<WithPodBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<WithPod> |
WithPodListFluent.buildItems() |
List<WithPod> |
PodListFluent.buildItems() |
List<WithPod> |
WithPodList.getItems() |
List<WithPod> |
PodList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
WithPodListFluent.ItemsNested<A> |
WithPodListFluent.addNewItemLike(WithPod item) |
PodListFluent.ItemsNested<A> |
PodListFluent.addNewItemLike(WithPod item) |
A |
WithPodListFluent.addToItems(int index,
WithPod item) |
A |
PodListFluent.addToItems(int index,
WithPod item) |
A |
WithPodListFluent.addToItems(WithPod... items) |
A |
PodListFluent.addToItems(WithPod... items) |
protected void |
WithPodFluent.copyInstance(WithPod instance) |
A |
WithPodListFluent.removeFromItems(WithPod... items) |
A |
PodListFluent.removeFromItems(WithPod... items) |
WithPodListFluent.ItemsNested<A> |
WithPodListFluent.setNewItemLike(int index,
WithPod item) |
PodListFluent.ItemsNested<A> |
PodListFluent.setNewItemLike(int index,
WithPod item) |
A |
WithPodListFluent.setToItems(int index,
WithPod item) |
A |
PodListFluent.setToItems(int index,
WithPod item) |
A |
WithPodListFluent.withItems(WithPod... items) |
A |
PodListFluent.withItems(WithPod... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
WithPodListFluent.addAllToItems(Collection<WithPod> items) |
A |
PodListFluent.addAllToItems(Collection<WithPod> items) |
A |
WithPodListFluent.removeAllFromItems(Collection<WithPod> items) |
A |
PodListFluent.removeAllFromItems(Collection<WithPod> items) |
void |
WithPodList.setItems(List<WithPod> items) |
void |
PodList.setItems(List<WithPod> items) |
A |
WithPodListFluent.withItems(List<WithPod> items) |
A |
PodListFluent.withItems(List<WithPod> items) |
| Constructor and Description |
|---|
WithPodBuilder(WithPod instance) |
WithPodBuilder(WithPodFluent<?> fluent,
WithPod instance) |
WithPodFluent(WithPod instance) |
| Constructor and Description |
|---|
PodList(String apiVersion,
List<WithPod> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
WithPodList(String apiVersion,
List<WithPod> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2024 Red Hat. All rights reserved.