| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
Pod |
PodBuilder.build() |
Pod |
PodListFluent.buildFirstItem() |
Pod |
PodListFluent.buildItem(int index) |
Pod |
PodListFluent.buildLastItem() |
Pod |
PodListFluent.buildMatchingItem(Predicate<PodBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Pod> |
PodListFluent.buildItems() |
List<Pod> |
PodList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
PodListFluent.ItemsNested<A> |
PodListFluent.addNewItemLike(Pod item) |
KubernetesListFluent.PodItemsNested<A> |
KubernetesListFluent.addNewPodItemLike(Pod item) |
A |
PodListFluent.addToItems(int index,
Pod item) |
A |
PodListFluent.addToItems(Pod... items) |
protected void |
PodFluent.copyInstance(Pod instance) |
A |
PodListFluent.removeFromItems(Pod... items) |
PodListFluent.ItemsNested<A> |
PodListFluent.setNewItemLike(int index,
Pod item) |
KubernetesListFluent.PodItemsNested<A> |
KubernetesListFluent.setNewPodItemLike(int index,
Pod item) |
A |
PodListFluent.setToItems(int index,
Pod item) |
A |
PodListFluent.withItems(Pod... items) |
NamedExtensionFluent.PodExtensionNested<A> |
NamedExtensionFluent.withNewPodExtensionLike(Pod item) |
WatchEventFluent.PodObjectNested<A> |
WatchEventFluent.withNewPodObjectLike(Pod item) |
| Modifier and Type | Method and Description |
|---|---|
A |
PodListFluent.addAllToItems(Collection<Pod> items) |
A |
PodListFluent.removeAllFromItems(Collection<Pod> items) |
void |
PodList.setItems(List<Pod> items) |
A |
PodListFluent.withItems(List<Pod> items) |
| Constructor and Description |
|---|
PodBuilder(Pod instance) |
PodBuilder(PodFluent<?> fluent,
Pod instance) |
PodFluent(Pod instance) |
| Constructor and Description |
|---|
PodList(String apiVersion,
List<Pod> items,
String kind,
ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.