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