Uses of Class
io.fabric8.kubernetes.api.model.PodListFluent.ItemsNested
-
Packages that use PodListFluent.ItemsNested Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodListFluent.ItemsNested in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodListFluent.ItemsNested Modifier and Type Method Description PodListFluent.ItemsNested<A>PodListFluent. addNewItem()PodListFluent.ItemsNested<A>PodListFluent. addNewItemLike(Pod item)PodListFluent.ItemsNested<A>PodListFluent. editFirstItem()PodListFluent.ItemsNested<A>PodListFluent. editItem(int index)PodListFluent.ItemsNested<A>PodListFluent. editLastItem()PodListFluent.ItemsNested<A>PodListFluent. editMatchingItem(Predicate<PodBuilder> predicate)PodListFluent.ItemsNested<A>PodListFluent. setNewItemLike(int index, Pod item)
-