Uses of Class
io.fabric8.kubernetes.api.model.Pod
-
Packages that use 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()PodPodListFluent. buildItem(int index)PodPodListFluent. buildLastItem()PodPodListFluent. buildMatchingItem(Predicate<PodBuilder> predicate)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>PodList. getItems()Methods in io.fabric8.kubernetes.api.model with parameters of type Pod Modifier and Type Method Description PodListFluent.ItemsNested<A>PodListFluent. addNewItemLike(Pod item)KubernetesListFluent.PodItemsNested<A>KubernetesListFluent. addNewPodItemLike(Pod item)APodListFluent. addToItems(int index, Pod item)APodListFluent. addToItems(Pod... items)protected voidPodFluent. copyInstance(Pod instance)APodListFluent. removeFromItems(Pod... items)PodListFluent.ItemsNested<A>PodListFluent. setNewItemLike(int index, Pod item)KubernetesListFluent.PodItemsNested<A>KubernetesListFluent. setNewPodItemLike(int index, Pod item)APodListFluent. setToItems(int index, Pod item)APodListFluent. withItems(Pod... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type Pod Modifier and Type Method Description APodListFluent. addAllToItems(Collection<Pod> items)APodListFluent. removeAllFromItems(Collection<Pod> items)voidPodList. setItems(List<Pod> items)APodListFluent. withItems(List<Pod> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type Pod Constructor Description PodBuilder(Pod instance)PodBuilder(PodFluent<?> fluent, Pod instance)PodFluent(Pod instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type Pod Constructor Description PodList(String apiVersion, List<Pod> items, String kind, ListMeta metadata)
-