Uses of Class
io.fabric8.kubernetes.api.model.Pod
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of Pod in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Pod Modifier and Type Method Description PodPodBuilder. build()PodPodListFluent. buildFirstItem()PodPodListFluentImpl. buildFirstItem()PodPodListFluent. buildItem(int index)PodPodListFluentImpl. buildItem(int index)PodPodListFluent. buildLastItem()PodPodListFluentImpl. buildLastItem()PodPodListFluent. buildMatchingItem(Predicate<PodBuilder> predicate)PodPodListFluentImpl. buildMatchingItem(Predicate<PodBuilder> predicate)PodDoneablePod. done()Methods in io.fabric8.kubernetes.api.model that return types with arguments of type Pod Modifier and Type Method Description List<Pod>PodListFluent. buildItems()List<Pod>PodListFluentImpl. buildItems()List<Pod>PodList. getItems()List<Pod>PodListFluent. getItems()Deprecated.List<Pod>PodListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type Pod Modifier and Type Method Description PodListFluent.ItemsNested<A>PodListFluent. addNewItemLike(Pod item)PodListFluent.ItemsNested<A>PodListFluentImpl. addNewItemLike(Pod item)BaseKubernetesListFluent.PodItemsNested<A>BaseKubernetesListFluent. addNewPodItemLike(Pod item)BaseKubernetesListFluent.PodItemsNested<A>BaseKubernetesListFluentImpl. addNewPodItemLike(Pod item)APodListFluent. addToItems(int index, Pod item)APodListFluent. addToItems(Pod... items)APodListFluentImpl. addToItems(int index, Pod item)APodListFluentImpl. addToItems(Pod... items)ABaseKubernetesListFluent. addToPodItems(int index, Pod item)ABaseKubernetesListFluent. addToPodItems(Pod... items)ABaseKubernetesListFluentImpl. addToPodItems(int index, Pod item)ABaseKubernetesListFluentImpl. addToPodItems(Pod... items)APodListFluent. removeFromItems(Pod... items)APodListFluentImpl. removeFromItems(Pod... items)ABaseKubernetesListFluent. removeFromPodItems(Pod... items)ABaseKubernetesListFluentImpl. removeFromPodItems(Pod... items)PodListFluent.ItemsNested<A>PodListFluent. setNewItemLike(int index, Pod item)PodListFluent.ItemsNested<A>PodListFluentImpl. setNewItemLike(int index, Pod item)BaseKubernetesListFluent.PodItemsNested<A>BaseKubernetesListFluent. setNewPodItemLike(int index, Pod item)BaseKubernetesListFluent.PodItemsNested<A>BaseKubernetesListFluentImpl. setNewPodItemLike(int index, Pod item)APodListFluent. setToItems(int index, Pod item)APodListFluentImpl. setToItems(int index, Pod item)ABaseKubernetesListFluent. setToPodItems(int index, Pod item)ABaseKubernetesListFluentImpl. setToPodItems(int index, Pod item)APodListFluent. withItems(Pod... items)APodListFluentImpl. withItems(Pod... items)NamedExtensionFluent.PodExtensionNested<A>NamedExtensionFluent. withNewPodExtensionLike(Pod item)NamedExtensionFluent.PodExtensionNested<A>NamedExtensionFluentImpl. withNewPodExtensionLike(Pod item)WatchEventFluent.PodObjectNested<A>WatchEventFluent. withNewPodObjectLike(Pod item)WatchEventFluent.PodObjectNested<A>WatchEventFluentImpl. withNewPodObjectLike(Pod item)ANamedExtensionFluent. withPodExtension(Pod podExtension)ANamedExtensionFluentImpl. withPodExtension(Pod podExtension)AWatchEventFluent. withPodObject(Pod podObject)AWatchEventFluentImpl. withPodObject(Pod podObject)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Pod Modifier and Type Method Description APodListFluent. addAllToItems(Collection<Pod> items)APodListFluentImpl. addAllToItems(Collection<Pod> items)ABaseKubernetesListFluent. addAllToPodItems(Collection<Pod> items)ABaseKubernetesListFluentImpl. addAllToPodItems(Collection<Pod> items)APodListFluent. removeAllFromItems(Collection<Pod> items)APodListFluentImpl. removeAllFromItems(Collection<Pod> items)ABaseKubernetesListFluent. removeAllFromPodItems(Collection<Pod> items)ABaseKubernetesListFluentImpl. removeAllFromPodItems(Collection<Pod> items)voidPodList. setItems(List<Pod> items)APodListFluent. withItems(List<Pod> items)APodListFluentImpl. withItems(List<Pod> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type Pod Constructor Description DoneablePod(Pod item)DoneablePod(Pod item, Function<Pod,Pod> function)PodBuilder(Pod instance)PodBuilder(PodFluent<?> fluent, Pod instance)PodBuilder(PodFluent<?> fluent, Pod instance, Boolean validationEnabled)PodBuilder(Pod instance, Boolean validationEnabled)PodFluentImpl(Pod instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Pod Constructor 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)