Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
Pod |
PodBuilder.build() |
Pod |
DoneablePod.done() |
Modifier and Type | Method and Description |
---|---|
List<Pod> |
PodListFluentImpl.getItems() |
List<Pod> |
PodListFluent.getItems() |
List<Pod> |
PodList.getItems() |
Modifier and Type | Method and Description |
---|---|
PodListFluent.ItemsNested<A> |
PodListFluentImpl.addNewItemLike(Pod item) |
PodListFluent.ItemsNested<A> |
PodListFluent.addNewItemLike(Pod item) |
BaseKubernetesListFluent.PodItemsNested<A> |
BaseKubernetesListFluentImpl.addNewPodItemLike(Pod item) |
BaseKubernetesListFluent.PodItemsNested<A> |
BaseKubernetesListFluent.addNewPodItemLike(Pod item) |
A |
PodListFluentImpl.addToItems(Pod... items) |
A |
PodListFluent.addToItems(Pod... items) |
A |
BaseKubernetesListFluentImpl.addToPodItems(Pod... items) |
A |
BaseKubernetesListFluent.addToPodItems(Pod... items) |
A |
PodListFluentImpl.removeFromItems(Pod... items) |
A |
PodListFluent.removeFromItems(Pod... items) |
A |
BaseKubernetesListFluentImpl.removeFromPodItems(Pod... items) |
A |
BaseKubernetesListFluent.removeFromPodItems(Pod... items) |
A |
PodListFluentImpl.withItems(Pod... items) |
A |
PodListFluent.withItems(Pod... items) |
Modifier and Type | Method and Description |
---|---|
void |
PodList.setItems(List<Pod> items) |
A |
PodListFluentImpl.withItems(List<Pod> items) |
A |
PodListFluent.withItems(List<Pod> items) |
Constructor and Description |
---|
DoneablePod(Pod item) |
DoneablePod(Pod item,
Function<Pod,Pod> function) |
PodBuilder(Pod instance) |
PodBuilder(Pod instance,
Boolean validationEnabled) |
PodBuilder(PodFluent<?> fluent,
Pod instance) |
PodBuilder(PodFluent<?> fluent,
Pod instance,
Boolean validationEnabled) |
PodFluentImpl(Pod instance) |
Constructor and Description |
---|
DoneablePod(Function<Pod,Pod> function) |
DoneablePod(Function<Pod,Pod> function) |
DoneablePod(Pod item,
Function<Pod,Pod> function) |
DoneablePod(Pod item,
Function<Pod,Pod> function) |
PodList(String apiVersion,
List<Pod> items,
String kind,
ListMeta metadata) |
Modifier and Type | Method and Description |
---|---|
TemplateFluent.PodObjectsNested<A> |
TemplateFluentImpl.addNewPodObjectLike(Pod item) |
TemplateFluent.PodObjectsNested<A> |
TemplateFluent.addNewPodObjectLike(Pod item) |
A |
TemplateFluentImpl.addToPodObjects(Pod... items) |
A |
TemplateFluent.addToPodObjects(Pod... items) |
A |
TemplateFluentImpl.removeFromPodObjects(Pod... items) |
A |
TemplateFluent.removeFromPodObjects(Pod... items) |
Copyright © 2011–2019 Red Hat. All rights reserved.