Uses of Class
io.fabric8.openshift.api.model.RangeAllocation
-
Packages that use RangeAllocation Package Description io.fabric8.openshift.api.model -
-
Uses of RangeAllocation in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RangeAllocation Modifier and Type Method Description RangeAllocationRangeAllocationBuilder. build()RangeAllocationRangeAllocationListFluent. buildFirstItem()RangeAllocationRangeAllocationListFluent. buildItem(int index)RangeAllocationRangeAllocationListFluent. buildLastItem()RangeAllocationRangeAllocationListFluent. buildMatchingItem(Predicate<RangeAllocationBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type RangeAllocation Modifier and Type Method Description List<RangeAllocation>RangeAllocationListFluent. buildItems()List<RangeAllocation>RangeAllocationList. getItems()List of RangeAllocations.Methods in io.fabric8.openshift.api.model with parameters of type RangeAllocation Modifier and Type Method Description RangeAllocationListFluent.ItemsNested<A>RangeAllocationListFluent. addNewItemLike(RangeAllocation item)ARangeAllocationListFluent. addToItems(int index, RangeAllocation item)ARangeAllocationListFluent. addToItems(RangeAllocation... items)protected voidRangeAllocationFluent. copyInstance(RangeAllocation instance)ARangeAllocationListFluent. removeFromItems(RangeAllocation... items)RangeAllocationListFluent.ItemsNested<A>RangeAllocationListFluent. setNewItemLike(int index, RangeAllocation item)ARangeAllocationListFluent. setToItems(int index, RangeAllocation item)ARangeAllocationListFluent. withItems(RangeAllocation... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type RangeAllocation Modifier and Type Method Description ARangeAllocationListFluent. addAllToItems(Collection<RangeAllocation> items)ARangeAllocationListFluent. removeAllFromItems(Collection<RangeAllocation> items)voidRangeAllocationList. setItems(List<RangeAllocation> items)List of RangeAllocations.ARangeAllocationListFluent. withItems(List<RangeAllocation> items)Constructors in io.fabric8.openshift.api.model with parameters of type RangeAllocation Constructor Description RangeAllocationBuilder(RangeAllocation instance)RangeAllocationBuilder(RangeAllocationFluent<?> fluent, RangeAllocation instance)RangeAllocationFluent(RangeAllocation instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type RangeAllocation Constructor Description RangeAllocationList(String apiVersion, List<RangeAllocation> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-