Uses of Class
io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool
-
-
Uses of IPPool in io.fabric8.openshift.api.model.whereabouts.v1alpha1
Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return IPPool Modifier and Type Method Description IPPoolIPPoolBuilder. build()IPPoolIPPoolListFluent. buildFirstItem()IPPoolIPPoolListFluent. buildItem(int index)IPPoolIPPoolListFluent. buildLastItem()IPPoolIPPoolListFluent. buildMatchingItem(Predicate<IPPoolBuilder> predicate)Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return types with arguments of type IPPool Modifier and Type Method Description List<IPPool>IPPoolListFluent. buildItems()List<IPPool>IPPoolList. getItems()Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type IPPool Modifier and Type Method Description IPPoolListFluent.ItemsNested<A>IPPoolListFluent. addNewItemLike(IPPool item)AIPPoolListFluent. addToItems(int index, IPPool item)AIPPoolListFluent. addToItems(IPPool... items)protected voidIPPoolFluent. copyInstance(IPPool instance)AIPPoolListFluent. removeFromItems(IPPool... items)IPPoolListFluent.ItemsNested<A>IPPoolListFluent. setNewItemLike(int index, IPPool item)AIPPoolListFluent. setToItems(int index, IPPool item)AIPPoolListFluent. withItems(IPPool... items)Method parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type IPPool Modifier and Type Method Description AIPPoolListFluent. addAllToItems(Collection<IPPool> items)AIPPoolListFluent. removeAllFromItems(Collection<IPPool> items)voidIPPoolList. setItems(List<IPPool> items)AIPPoolListFluent. withItems(List<IPPool> items)Constructors in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type IPPool Constructor Description IPPoolBuilder(IPPool instance)IPPoolBuilder(IPPoolFluent<?> fluent, IPPool instance)IPPoolFluent(IPPool instance)Constructor parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type IPPool Constructor Description IPPoolList(String apiVersion, List<IPPool> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-